Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Grid Remote Sorting Java Example
posted

Hello All,

I have a couple of questions

My task is to integrate ignite UI with Tapestry5 web application. In Tapestry I can generate an URL and send it to javascript and tell javascript to call this URL when an event takes place.  The URL which responds to this data is something like this "/index.mintignitetable:getSortedData". The absolute URI is http://localhost:8180/index.ignitetable:getdata

How can I call this URL from the grid to get remote sorting facility? 

Is it possible to get a working example. With normal Servlet or servlet based frameworks? 

Is it necessary for the url to be REST-ful?

Thanks in Advance,

Parents
  • 2355
    Offline posted

    Hi,

     

    Thank you for posting in Infragistics Forums! You can check this document which holds information about binding the grid to different types of data sources. If the Url returns a valid data format (json, xml, etc.) you can set it as dataSource of the grid.

    I hope this helps!

     

    Kind regards,

    Petko Zhekov

    Software Developer

Reply Children