I am strugging with the new grid controls and am finding even the most basic operations are difficult to figure out due to lack of samples and shallow documentation.
Does anyone have a decent example of using code-behind to add a row to a WebDataGrid and WebHierarchicalDataGrid?
Hello Wallace,I know it has been a while since you asked this question but in case you still need assistance i will provide an answer. This is not currently a supported scenario. You have either to add row from client side or add it to the datasource from code behind.
Hi,
I don't think it's supported through grid methods server side yet. You would have to add it through your datasource and then rebind the grid. I went through this too when transitioning to the new grids.
Ed