Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Aug 18, 2008 08:04
open dhtmlx forum
DHTMLX Grid : If no data present in Grid, if it is empty then show message.

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 ?
Answer posted by Support on Aug 19, 2008 01:42
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