Hi,
I have a radgrid that has custom filter template that consists of distinct checkboxes based on the current data. also, I have a linkbutton column that opens up a new window to edit the row. the issue im having is after a row has been edited the filter control data is not update after i call rebind.
sample grid:
lets says here's how the grid looks like when it loads
col1 col2
no filter filter checkboxes(abc company, def company, ghi company)
edit button abc company
edit button def company
edit button ghi company
then lets say u edit "abc company" to "xyz company"
then do RadGrid1.ReBind()
the "abc company" updates the gridrow perfectly to "xyz company" but the problem is the filter checkboxes remains ("abc company"..)
is there any other way to "rebind" the entire radgrid including the filter controls?
Thanks much!
I have a radgrid that has custom filter template that consists of distinct checkboxes based on the current data. also, I have a linkbutton column that opens up a new window to edit the row. the issue im having is after a row has been edited the filter control data is not update after i call rebind.
sample grid:
lets says here's how the grid looks like when it loads
col1 col2
no filter filter checkboxes(abc company, def company, ghi company)
edit button abc company
edit button def company
edit button ghi company
then lets say u edit "abc company" to "xyz company"
then do RadGrid1.ReBind()
the "abc company" updates the gridrow perfectly to "xyz company" but the problem is the filter checkboxes remains ("abc company"..)
is there any other way to "rebind" the entire radgrid including the filter controls?
Thanks much!