I am using Virtual collection in my project. I don't know how to perform the SQL CRUD operation using it (including sorting and filtering). I an working on SL4, Infragistics 10.2. In code i am using approach of Domain Service Class with XamGrid.Any help is appreciated.thanks,
Hi,
Please check this post, it should provide you with mode information.
HTH,
Thanks for your reply.
Not yet, i am able to display data in XamGrid using Virtual Collection and now struck with filtering and sorting. Do you have any sample project for infragistics 10.2 explaining all the functionality required.
Have you tried hooking up to the CommitNewItem event?
You should be able to obtain the data for the new record from within the event handler and do the corresponding update of the SQL.