Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to show the message " No records to display" in the jqGrid when there are no records.I am using JQgrid in ASP.Net. Anyone please help me . Thanks in Advance
Posted
Updated 12-Aug-15 0:12am
v2

Hi,

Have a look at the jqGrid Wiki options documentation[^] - and checkout the "emptyrecords" property.

Usage:
JavaScript
$("#grid_id").jqGrid({
...
   emptyrecords: "No records to display",
...
});


... hope it helps.
 
Share this answer
 
Try below options:

No Rows found jqGrid

No data message jqgrid

Hope it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900