I want to create a row of combo boxes (one for each column) that is above the other rows of data in the Grid. The row needs to persist across pages.
The grid I use uses paging and horizontal scrolling. It is also bound to a datasource who's structure can change from one execution to the next. I use advanced data binding through the OnNeedDataSource event. I bind to a DataTable object.
Each combo box will hold the same data, and I will custom handle the logic of the cb's postback (as long as I can reference the value of the header, or index for that column).
Can you suggest a way of implementing this?
I'm still new to the Telerik controls, so please help me out. Code samples would be appreciated.
The grid I use uses paging and horizontal scrolling. It is also bound to a datasource who's structure can change from one execution to the next. I use advanced data binding through the OnNeedDataSource event. I bind to a DataTable object.
Each combo box will hold the same data, and I will custom handle the logic of the cb's postback (as long as I can reference the value of the header, or index for that column).
Can you suggest a way of implementing this?
I'm still new to the Telerik controls, so please help me out. Code samples would be appreciated.