Telerik MVC 网格图像按钮
我有一个telerik mvc网格,服务器绑定,每行都有“选择”按钮, 我想让按钮有“图像” 我使用以下定义,但它不起作用,
columns.Command(commands => commands.Select().ButtonType(GridButtonType.Image)).Title("");
为什么?
另一个问题,我可以更改按钮的图像吗?如果可以,如何更改?
I have a telerik mvc grid , server binding , each row has "Select" button ,
I want to let the button to has "Image"
I use the following definition but it doesn't work
columns.Command(commands => commands.Select().ButtonType(GridButtonType.Image)).Title("");
why?
another question , can I change the image of the button , if yes, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的问题是,我将样式放在标题的脚本中
解决方案:将样式放在正文中的脚本中
my problem was that , I put the style in a script in the header
solution : put the style in a script in the body
你可以给
.HtmlAttributes
你的按钮像You can give
.HtmlAttributes
your button like