RADGrid 中的标题样式
我们如何在radgrid中设置标题的样式?
以下是我尝试设置标题文本的方法:
radExport.MasterTableView.Caption = "Reports";
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我们如何在radgrid中设置标题的样式?
以下是我尝试设置标题文本的方法:
radExport.MasterTableView.Caption = "Reports";
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您还可以编写自己的 HTML 代码,并通过导出按钮单击时的 RadGrid.MasterTableView.Caption 进行绑定。它可以是一个徽标或一些您希望将其放在文件顶部的声明。
希望这会给你一个想法。
You can also write your own HTML code and bind through RadGrid.MasterTableView.Caption at the Export Button Click. It can be a logo or some statement that you would like to have it at the top of the file.
Hope this will give you an idea.
我相信您可以像这样调整样式:
这里有一些讨论它的文档:
http://www.telerik.com/help /aspnet/grid/radgrid-telerik.webcontrols.gridtableview-caption.html
I believe you can adjust the styling like this:
Here's some documentation that talks about it:
http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.gridtableview-caption.html
如果您只想在导出时添加样式,请查看 这个
If you want to add style while only when exporting take a look at this