I use VS 2005 with framework 2.0, I am upgrading in NetAdvantage for ASP.NET 11.2 . I want to replace UltraWebGrid with webhierarchicaldatagrid.
1) Is it possible to Add Row Programmitaclly On serverside in WebHierarchicalDataGrid. If yes then how?
2) Currently i used Normal 0 false false false EN-US X-NONE X-NONE Infragistics.WebUI.UltraWebGrid.UltraGridRow() to add row in UltraWebGrid. but i can not able to find compatible thing in webhierarchicaldatagrid.
If possible then provide me some sample related to my issues.
Thanking You.
Hi cmm,
It is not possible to add a row to grid on the server side with the WebDataGrid or WebHierarchicalDataGrid. These are databound and as such, you should add a row to your DataSource and rebind the grid.
regards,David Young