This is a migrated thread and some comments may be shown as answers.

Radgrid rebind does not update filter template controls

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rheng
Top achievements
Rank 1
Rheng asked on 17 Oct 2012, 06:03 PM
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!

                                

1 Answer, 1 is accepted

Sort by
0
Rheng
Top achievements
Rank 1
answered on 18 Oct 2012, 05:24 PM
ok..no help here?

im not sure if this is the only fix but i did a temporary fix by recreating the entire grid on any data updates including filtering events.
Tags
Grid
Asked by
Rheng
Top achievements
Rank 1
Answers by
Rheng
Top achievements
Rank 1
Share this question
or