Helo,
In a ASP RaGrid I select a row in client side.
CodOpera is an RadTextBox and also is the name of the column in the grid (and in the table)
This works fine, but if I set the Scrolling enable the software break and show :
"Error en tiempo de ejecuciĆ³n de Microsoft JScript: 'get_item().get_cell(...).innerHTML' es nulo o no es un objeto"
I need your help, please.
Miquel
In a ASP RaGrid I select a row in client side.
$find("<%= CodOpera.ClientID %>").set_value(eventArgs.get_item().get_cell("CodOpera").innerHTML);
CodOpera is an RadTextBox and also is the name of the column in the grid (and in the table)
This works fine, but if I set the Scrolling enable the software break and show :
"Error en tiempo de ejecuciĆ³n de Microsoft JScript: 'get_item().get_cell(...).innerHTML' es nulo o no es un objeto"
I need your help, please.
Miquel