I am switching from old component one grids to infragistics 3.5 v10.3 and need some guidance. I have to dynamically databind the grid from a sql dataset in the codebehind (i can't use a sqldataadapter). I also have to manually do the updating to the database. Since I am used to having an 'edit' column in the old style grid, the infragistic style of moving off the row/cell to update is new and I cannot the right method in the code behind. A simple example would be extremely helpful, I generally only have a text-edit column and sometimes a dropdown control column depending upon the grid. I would assume that even though i am getting & binding the data dynamically, that the paging, sorting, and cancelling would still be automatically handed by the control (I wouldn't be doing anything special in those methods anyway). Thanks for your help.
Hello dbishop9 ,
Thank you for posting in our forum.
I guess that you are talking about WebDataGrid using Manual CRUD
In order to manually do the updating you should handle the RowAdding, RowUpdating and RowDeleting events.
http://forums.infragistics.com/forums/p/53330/276300.aspx#276453
Regarding the paging and sorting you can enable these behaviors
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebDataGrid_Paging.html
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebDataGrid_Sorting.html
Please let me know if you have furhter questions.
Thanks much!