Hello,
I think I am trying to accomplish something fairly simple but I can't seem to figure it out. Hopefully somebody can point me in the right direction.
I have 5 RadGrids within one System.Web.UI.UserControl on an ASPX page. All 5 RadGrids share the same structure in terms of columns and options by using the same Skin (SkinID="") in my Theme. They also all share the same DataSource that is a DataView based on a DataTable from a business object. I am using OnNeedDataSource so that RadGrid can do the binding for me when necessary.
Now what I would like to do, is have all 5 RadGrids remain synchronized in terms of sorting. So, if the user clicks a column header to sort one of the RadGrids, they all get sorted based on what the user clicked. So far, I have not been able to figure it out.
Any ideas?
I think I am trying to accomplish something fairly simple but I can't seem to figure it out. Hopefully somebody can point me in the right direction.
I have 5 RadGrids within one System.Web.UI.UserControl on an ASPX page. All 5 RadGrids share the same structure in terms of columns and options by using the same Skin (SkinID="") in my Theme. They also all share the same DataSource that is a DataView based on a DataTable from a business object. I am using OnNeedDataSource so that RadGrid can do the binding for me when necessary.
Now what I would like to do, is have all 5 RadGrids remain synchronized in terms of sorting. So, if the user clicks a column header to sort one of the RadGrids, they all get sorted based on what the user clicked. So far, I have not been able to figure it out.
Any ideas?