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' ?
Thank you for your reply and additional information !
While the igHierarchicalGrid and igGrid do not feature separate empty row template options similar to the WebDataGrid, displaying a message when there are no rows may be achieved by handling therenderedevent as described at:
http://es.infragistics.com/community/forums/p/68274/346033.aspx
Do not hesitate to contact me if you need more information.
Please feel free to contact me if you have any further questions regarding this matter.
Sorry for the late reply.
It works, thank you.