Hello,
I have implemented easy fulltext searcher with RadXmlHttpPanel with RadAjaxPanel similar on
http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx
I have some changes:
- RadListView instead of RadGrid
- ObjectDataSource configured for this RadListView instead of handling NeedDataSource event
- disabled ViewState for this RadListView (because paging does not work with wiestate)
- User asp:DataPager in RadListView (RaddataPager throwing exception in RadXmlHttpPanel)
- I have search TextBox outside XmlHttpPanel as filter input to the ListView.
When I try it in the VisualStudio it works good. When I type some words to the textbox results are loaded and paging works.
When I publish it into the IIS 6 first paging works but in the next postback I get javascript error:
When I disable ajax on RadAjaxPanel, it works OK but with normal postabck.
Could you help me?
Thanks
Jiri