Telerik Textbox [RadInput] 不支持使用 Jquery 实现自动完成
我想使用 Jquery 和 Web 服务在 Telerik TextBox [RadInput] 上实现自动完成功能。当我输入任何字符时,我会收到来自数据库的相关建议。如果我使用简单的 ASP 文本框,这一切都可以正常工作。它不适用于 RadTextBox。
知道为什么会发生这种情况吗?
请不要向我提供此链接 RadComboBox http://demos.telerik.com/aspnet-ajax/combobox/examples/functionity/autocompleteclientside/defaultcs.aspx 我只想使用 RadTextBox。
提前致谢。
Pratik Bhatt
I want To Implement AutoComplete Functionality On Telerik TextBox [RadInput] Using Jquery And Web Service.When I enter Any Character, I receive relative Suggestion From Database. This All Works Fine If i Use Simple ASP Textbox. It doesn't Work With RadTextBox.
Any Idea Why This Happens ?
Please Don't Provide Me This Link Of RadComboBox http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx
I only Want To Use RadTextBox.
Thanks In Advance..
Pratik Bhatt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我之前已经成功使用过这个 -
http://www.dotnetcurry.com/ShowArticle。 aspx?ID=515
我只是稍微修改了脚本,如下 -
我用 //* * * 标记了感兴趣的行
I've used this before with success -
http://www.dotnetcurry.com/ShowArticle.aspx?ID=515
I just modified the script slightly, as follows -
I've marked the lines of interest with //* * *