按 Enter 键时过滤 radGrid - Telerik
我正在使用 telerik RadGrid 来显示数据表。我已启用过滤选项。我看到一些选项列表,例如“包含”、“开头为”、“结尾为”……
当我从过滤器文本中按 Enter 时,我需要进行过滤。
Telerik 中有可用的选项吗?或者我该怎么做。
i am using telerik RadGrid to show a DataTable. I have enabled filtering option. there i am seeing some list of options like "Contains","Starts With","Ends With",....
i need to filter when i press enter from the filter text.
Is there any option available in telerik, or how can i do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有,并且在此处(参见前两列)。
There is, and it is shown on the demos here (see first two columns).
您需要设置两个属性:
AutoPostBackOnFilter
和CurrentFilterFuction
Two properties you need to set:
AutoPostBackOnFilter
andCurrentFilterFuction
在 Aspx列上设置
AutoPostBackOnFilter="true"
:
Set
AutoPostBackOnFilter="true"
on the columnAspx: