Hi,
I have implemented a server side grid where I am providing a filter value list as for a column defined as filtertype: 'checkedlist'
. Filter items have been provided as filteritems: statusFilterList
. statusFilterList array is defined as
var statusFilterList = ["New","Update","Approved"];
When I apply filter on this grid by selecting any one filter option, all filter options are coming as selected after reloading the grid data. I want it to show only the last selected filter option as checked. Can anyone help me on this.
Thanks,
Gunjan