:: Forum >>

Retrieve cell value

I have populated my grid with a dataset from a web service.
Now suppose if my customer double-clicks on a cell i want that cell value to be again passed to my database and retrieve another dataset on the other page.
I cannot even find a method to retrieve the cell value(i guess must be something like cell[i][j].getValue )
I am using asp.net
Rahul Lohia
Friday, September 12, 2008
{object}.onCellClicked=function(event,c,r){

c=column
r=row

after that you can do a
{data}[c][r].value
to retrieve the content.
Wim
Friday, September 12, 2008

This topic is archived.


Back to support forum

Forum search