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
140
please help with client actions
posted

 how i can do this on client side.

1. paging (when i scroll to end of grid it load a portion of data). can i load this portion of data manually?

2. can i scroll grid rows like first 10 rows, next 10 rows and more?

3. select   rows only that show in grid area (ex. load 30 rows, but in a moment show 10 rows).  also ability to select all loaded rows.

can you help me? i have no experience with working client side grid

  • 28464
    posted

    Hello,

    Thanks for your interest in our products and for dropping us a line. The best thing to do in these types of situations is to start from our help here and for client-side interaction (this is what we call CSOM - client side object model)

    http://help.infragistics.com/NetAdvantage/NET/2008.2/CLR2.0/

    In this particular case, I believe the "goToPage" function in the WebGrid object can be something similar to what you need:

    http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebGrid_Object_CSOM.html

    goToPage

    When paging is enabled, this method will request a page navigation from the server.

    Parameters
    page

    Number. Page number to navigate to.

     

     

    You can also check out the numerous other API functions exposed and check out what will fit in your scenario.