I have a grid on a page that can contain various data structures depending on the node selected in a tree control on the page. I would like to change the underlying data structure of the grid without causing an asynchronous postback.
Is it possible to change the underlying data structure, update the column headers and update the rows of an UltraWebGrid during an AJAX callback?
zcount said:Is it possible to change the underlying data structure, update the column headers and update the rows of an UltraWebGrid during an AJAX callback?
dtnixon said:... you can change the structure during the refresh of a WARP panel if you place the grid inside of it..