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
Hi MeenaMK,
1) You can use ResultSet except ArrayList and you can use custom paging to get different data from the database.
2) Could you give me some more information when you want to save the data? All the data is updated in the DataModel, so you could use it for example.
3) You can use gridActivation for this, but this is not documented and will be included in the next release. Even though the code is in 8.1, so you can try it and if it is works for you, I'll be happy to hear your feedback.
Best