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
90
Row Selection Object reference not set to an instance of an object
posted

I get the above error for the following line of code.

this.webdatagrid1.Behaviors.Selection.SelectedRows[i].Items[0].Value 

I get the row count correctly, but I get a system.nullreferenceexception. I know for a fact that the values are not null.


Help me Infragistics gurus!!