Controls
I have multiple RadGrid controls on a page, each grid with an ItemDatabound event. All columns are set to be sortable except for the gridTemplateColumns
Database
Each grid has their own EntityDataSource, with a single parameter set to point at a hidden control which is set at the page load.
ItemDatabound Event
The grids have GridTemplateColumns with placeholder controls of which get populated with text or images.
Problem
Clicking the header of a column (to sort by that column) will sort the grid, but the other grid loses the data in the template columns. If you click the header of a sortable column in the grid that lost it's data, the grid will return to normal and the prior grid will now lose data in it's GridTemplateColumns. This problem isn't limited to sorting, the second grid on the page has multiple pages of data, switching to another page will also cause this problem as well.
This appears to occur whether using the RadAjaxPanel or not.
Is there supposed to be a way to link the controls together so that they are aware of each other? This is quite a simple setup, the SQL or even the filter being set by the hidden control -- nothing is changing, and yet this odd behavior occurs.
I have multiple RadGrid controls on a page, each grid with an ItemDatabound event. All columns are set to be sortable except for the gridTemplateColumns
Database
Each grid has their own EntityDataSource, with a single parameter set to point at a hidden control which is set at the page load.
ItemDatabound Event
The grids have GridTemplateColumns with placeholder controls of which get populated with text or images.
Problem
Clicking the header of a column (to sort by that column) will sort the grid, but the other grid loses the data in the template columns. If you click the header of a sortable column in the grid that lost it's data, the grid will return to normal and the prior grid will now lose data in it's GridTemplateColumns. This problem isn't limited to sorting, the second grid on the page has multiple pages of data, switching to another page will also cause this problem as well.
This appears to occur whether using the RadAjaxPanel or not.
Is there supposed to be a way to link the controls together so that they are aware of each other? This is quite a simple setup, the SQL or even the filter being set by the hidden control -- nothing is changing, and yet this odd behavior occurs.