如何显示“没有要显示的记录”在asp.net中的jqgrid中的消息? [英] How to display "No records to display" message in jqgrid in asp.net?

查看:73
本文介绍了如何显示“没有要显示的记录”在asp.net中的jqgrid中的消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想在没有记录时在jqGrid中显示消息没有要显示的记录。我在ASP.Net中使用JQgrid。有人请帮助我。在此先感谢

解决方案

您好,



看看jqGrid Wiki选项文档 [ ^ ] - 并查看emptyrecords属性。



用法:

 


# grid_id)。jqGrid({
...
emptyrecords: 否记录显示
...
});





...希望它有帮助。


尝试以下选项:



没有找到行jqGrid



没有数据消息jqgrid



希望它有帮助:)

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

解决方案

Hi,

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

Usage:


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



... hope it helps.


Try below options:

No Rows found jqGrid

No data message jqgrid

Hope it helps :)


这篇关于如何显示“没有要显示的记录”在asp.net中的jqgrid中的消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆