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
40
Infragistics Grid...
posted

Hi All

I am very new to Infragistics. I have some 3 questions on Infragistics grid

1) Using <ig:gridView > with pagination , first load  of data will be through ArrayList (ArrayList data fetched from database)   and navigating to subsequent pages will get value from the same ArrayList. But how can we get data from database for each navigation.

2) How can we save the edited cells in the dataGrid (Inline Editor)

3) Can we have tab for Inline Editor using gridEditing

Thanks

 

 

Parents
No Data
Reply
  • 2515
    Verified Answer
    Offline posted

    Hi MeenaMK,

     1) You can use pageChangeListener to hook to the PageChangeEvent. You can take a look in Dynamic Grid example how to bind the new data source.

    2) For saving the data you can use cellValueChangeListener or you can use the updated DataModel from GridView

    3) This feature will be available in 8.2 release.

    Regards,

    George

Children
No Data