<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Search function in report</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Search function in report</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:07:47 +0000</pubDate>

<item>
<title>azimd on "Search function in report"</title>
<link>https://www.machform.com/forums/topic/search-function-in-report#post-22680</link>
<pubDate>Sun, 08 Feb 2015 15:24:42 +0000</pubDate>
<dc:creator>azimd</dc:creator>
<guid isPermaLink="false">22680@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think it might be useful to enable this function by default.
&#60;/p&#62;</description>
</item>
<item>
<title>azimd on "Search function in report"</title>
<link>https://www.machform.com/forums/topic/search-function-in-report#post-22679</link>
<pubDate>Sun, 08 Feb 2015 15:22:02 +0000</pubDate>
<dc:creator>azimd</dc:creator>
<guid isPermaLink="false">22679@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Great! Thank you very much redityo.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Search function in report"</title>
<link>https://www.machform.com/forums/topic/search-function-in-report#post-22678</link>
<pubDate>Sun, 08 Feb 2015 15:02:52 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">22678@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;You can activate column filter function on report Grid.&#60;br /&#62;
To do this, edit, includes/report-functions.php file and go to around line 1016, you will see these code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;#mf_grid&#38;quot;).kendoGrid({
		dataSource: dataSource,
		height: {$chart_height},
		groupable: {$groupable_status},
		sortable: true,
		reorderable: true,
		columnMenu: true,
		resizable: true,
		pageable: {
			refresh: false,
			pageSizes: [{$chart_grid_page_sizes}],
			buttonCount: 5
		},
		columns: {$column_data_json}
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then you can change the code to be like this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;#mf_grid&#38;quot;).kendoGrid({
		dataSource: dataSource,
		height: {$chart_height},
		groupable: {$groupable_status},
		sortable: true,
		reorderable: true,
		columnMenu: true,
		resizable: true,
		ServerFiltering: true,
		pageable: {
			refresh: false,
			pageSizes: [{$chart_grid_page_sizes}],
			buttonCount: 5
		},
		filterable: {
			mode: &#38;quot;row&#38;quot;
		},
		columns: {$column_data_json}
	});&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>azimd on "Search function in report"</title>
<link>https://www.machform.com/forums/topic/search-function-in-report#post-22656</link>
<pubDate>Wed, 04 Feb 2015 14:48:30 +0000</pubDate>
<dc:creator>azimd</dc:creator>
<guid isPermaLink="false">22656@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;Is there any way to have search function in report (&#34;Entries Grid&#34; widget type)?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
