Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Web Data grid row selected property
posted

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!

Parents
No Data
Reply Children