Hi
We have a grid with a boolean column that is filtered with "Yes" or "No" radiobuttons.
When clearing a filter programmatically, by e.g.
$("#grid").data('kendoGrid').dataSource.filter(null)
the filters are cleared as expected but the radio button remains selected on either Yes or No if I open the columns filter.
If I then click the Filter-button without touching the radio buttons nothing happens even though e.g. Yes was selected.
However if I click No and then Yes and then do the Filter, it will do the Yes-filtering.
This only seems like an issue for radiobuttons, for all other types, strings, datetime and checkboxes the values are cleared along with the filter.
Can you recommend a fix/workaround?
Thanks, Sune