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.