Hey,
A "simplified" example of my problem:
http://dojo.telerik.com/UxEsU
Steps to reproduce:
Click on the 'Active' button to filter on that column
Click on the 'X' button to remove the filter from that column.
Problem:
=> no event was thrown on this last action => the 'Active' button remains selected
Yet the underlying input box (not hidden here for debug purposes) is changed.
Questions:
Which event is raised on removing this filter?
Is there a better way to achieve this?
What am I trying to do?
I have a lot of grids who use boolean values. With the Template of a column I can show a Human Friendly string.
I'm trying to reuse this template to make the Filtering on that column also user friendly (instead of the Istrue and IsFalse that is shown by default)
As per customer request I'm using buttons instead of the default radio boxes. But that should not affect my problem imho?
Thanks in advance.