I have a hierarchical radgrid that has a button that can toggle the column filtering on and off. I have this working except for the following case. When I toggle the column filtering to off all my column filters correctly are removed (done via client side javascript api), but when I expand another row, the detail table I just expanded has the column filtering turned on.
Also, if I enter some text in a detail table's column filter and apply it, when I expand another row, its detail table has the same text already entered in the column filter (but not applied). Why is the text copied to that filter as well?
Thanks in advance!
Also, if I enter some text in a detail table's column filter and apply it, when I expand another row, its detail table has the same text already entered in the column filter (but not applied). Why is the text copied to that filter as well?
Thanks in advance!