Question on DevExpress ASPxGrid.
For anyone who has used DevExpress's ASPxGrid. (the latest version)
My aspx webpage has 2 components...a menu component and the ASPxGrid component.
The idea is...whenever I click on my menu item, the datagrid should be filled up with new data from different tables based on the menu-item clicked.
But, whenever I do that, the grid control is not being rendered completely. This seems to be a problem with the way ASPxGrid handles postbacks...
Anyone help on this would be highly appreciated.