Rupali Shinde

Rupali Shinde

  • NA
  • 5.4k
  • 1.1m

IgGridFiltering not working for bool data type

Jun 9 2016 1:21 AM
i need help regarding infragistics.
i am using hierarchical grid. now i want to apply filtering on child grid.
Filtering works fine for number, string data type.
CurrentGrid.igGridFiltering('filter', ([{ fieldName: "ID", expr: 1, cond: "equals" }]));
but igGridFiltering not working for bool data type.
can you please help me out ??
Thanks
Rupali Shinde