Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
'Filter Menu' option is not responsive
posted

Hi,

I applied filter settings on XamGrid(10.3), 'FilterRowTop' and 'FilterRowBottom' works fine, but  FilterMenu option is not doing anything.

Please help me if i am missing anything from below. I am using binding to set the "AllowFiltering" property. Following code will set the binded property,

case "Filter Top":
((ExportHelper) exportHelper).GetFilterLocation = FilterUIType.FilterRowTop;
break;

case "Filter Bottom":
((ExportHelper)exportHelper).GetFilterLocation = FilterUIType.FilterRowBottom;
break;

case "Filter Menu":
((ExportHelper)exportHelper).GetFilterLocation = FilterUIType.FilterMenu;
break;

case "Disable Filter":
((ExportHelper)exportHelper).GetFilterLocation = FilterUIType.None;
break;

 

Parents
No Data
Reply Children
No Data