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
415
Filteroption - "All" is not coming in XamGrid in WPF ?
posted

Hello,

When i am using FilterUIType -> FilterRecord i don't find "All" as a dropdownfilteroption in my xamgrid

<igdatagrid:XamDataGrid.FieldLayoutSettings>
<igdatagrid:FieldLayoutSettings FilterUIType="FilterRecord"/>
</igdatagrid:XamDataGrid.FieldLayoutSettings>

However if i use LabelIcons as a FilterUIType then i can see "All" dropdownfilteroption but then there is no editable combobox.

<igdatagrid:XamDataGrid.FieldLayoutSettings>
<igdatagrid:FieldLayoutSettings FilterUIType="LabelIcons"/>
</igdatagrid:XamDataGrid.FieldLayoutSettings>

Does anyone have nay idea how to add "All" as a dropdownfilteroption in my xamgrid using FilterRecord  as a FilterUiType

Thanks,

Saurabh