Hi,
I have a RadGrid that I am manually controlling data for using the NeedDataSource event. Everything has been working fine, until I added a RadComboBox outside of the grid which allows the user to select a value for filtering the grid. I'm calling Rebind() to re-query my data, and it's calling NeedDataSource correctly. I query my data, bring back new values based on the filter, and assign it to the DataSource property of the grid. However the grid display never updates so the user is left seeing the records from before the filtering.
Any ideas?
Thanks,
Neil.
I have a RadGrid that I am manually controlling data for using the NeedDataSource event. Everything has been working fine, until I added a RadComboBox outside of the grid which allows the user to select a value for filtering the grid. I'm calling Rebind() to re-query my data, and it's calling NeedDataSource correctly. I query my data, bring back new values based on the filter, and assign it to the DataSource property of the grid. However the grid display never updates so the user is left seeing the records from before the filtering.
Any ideas?
Thanks,
Neil.