DHTMLX Grid : If no data present in Grid, if it is empty the

Hi,

I want to have functionality like :

If my grid is not having data, then It should show “No Data Present”.

Also I am using paging, so the paging should not be shown if data is not present in the grid.



How to achieve this ?

You can attach any custom code to onXLE event, where count of row can be checked ( getRowsNum ) and based on it paging area hidden|shown ( as HTML node ) and any kind of custom message shown