ASPxGridView 外观中的设置
您可以在 ASPxGridView 外观中进行设置吗?
例如:
<Settings ShowHeaderFilterBlankItems="false" ShowFilterBar="Visible" ShowFilterRow="True" />
这将非常有用,因为使用此样式的所有网格都会默认启用过滤器栏和过滤器行。
如果不可能,您能解释一下原因吗?
Can you set settings in ASPxGridView skins?
For example:
<Settings ShowHeaderFilterBlankItems="false" ShowFilterBar="Visible" ShowFilterRow="True" />
This would be very helpfull because all the grids that are using this style would have filter bar and filter row enabled by default.
If it is not possible, could you please explain me why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以在外观文件中指定 ASPxGridView 的属性(对于相应主题中的所有 ASPxGridView 实例):
但是,外观文件更多的是用于指定视觉外观(样式、图像等)。
Yes, it is possible to specify the ASPxGridView's properties (for all ASPxGridView instances in the corresponding theme) within the skin file:
However, the skin file is intended more for specifying a visual appearance (styles, images, etc).