Instead of grid.getDataKeyValue("ColumnName")
Is there a way for me to retrieve the value using integer, like 0 for the 1st column, 1 for the 2nd column?
My grid data is dynamic, hence the column name is not static.
Hi Shinu,
Thanks for the reply.
However I'm triggering that event on a button click instead of the grid client event.
Is there anyway I can achieve that without the event argument?