I have a WebDataGrid Version=9.2.20092.1003
I have attached a project file with simple sample.
I have two different datasets in one page. I change data sources by clicking button to load authors or animals.
The problem is if you load authors data and click on author'c column to sort by that column, then you click on animals button, it supposed to clear all behaviors but after it loads data and you click on next page it throws an error related to previous author column sort by not found.
Please see attached zip file.
Hi,
Try WebDataGrid1.RefreshBehaviors() after switching data.
Ed
Hi Ed,
there is no RefreshBehaviors method....
what version do you have installed?
OscarG