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
95
UltraWebGrid Cell Value
posted

Hi staff,

i have a big problem. I can't read a cell value.

I use infragistics 13.1, framework 4.0

I have the event: grd1_RowSelectionChanged  [grd1: name of ultrawebgrid]

i've tried with this codes:

        mytextbox.Text = Me.grd1.Rows(0).Items(0).Value.ToString

        mytextbox.Text = me.webdatagrid1.behaviors.selection.selectedrows(0).dataitem("status").tostring

        mytextbox.Text = e.CurrentSelectedRows(0).Items(0).Text.ToString

but i have this error: An object reference not set to an instance of an object.

can someone help me?

Thanks.

Parents Reply Children
No Data