Hi,
I'm upgrading my infragistics controls from 11.1v to 14.1v..
I have one issue with grid control while upgrading
I have used web data grid, in old version we have used below code to make row selected as false in ultra grid.
gridControlId.Rows[i].Selected = false ;
which is not supporting in 14.1 version, we are using webdata grid in 14.1v
So please let me know the equivalent property to make grid row selected false.
Thanks in advance!
Hello Karthik,
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.
Thank you for contacting Infragistics!
You can achieve this using the Selection behavior that has a SelectedRows collection that you would add the row to. You can see the following documentation for further information:
http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=WebDataGrid_Selection.html
Please let me know if you have any further questions concerning this matter.