Hi,
I use the hierarchical grid and I wish to display a custom text when I have no data in my hierarchicalGrid.
How can I do this please ?
Regards.
Hello Cosoluce_Stones,
In order to display a message (or even some html elements) when there are no rows in WHDG's datasource, theEmpty Rowtemplate can be used:
http://help.infragistics.com/doc/ASPNET/2013.2/CLR4.0/?page=WebHierarchicalDataGrid_Enable_Empty_Rows_Template.html
Hope this helps. Please feel free to contact me if you have any questions.
Hello Petar,
Thanks for your response but I don't use the 'WebHierarchicalDataGrid' but the 'igHierarchicalGrid' (igniteui).
How can I do the same thing in the 'igHierarchicalGrid' ?