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
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