Hi ,
I am loading data into grid using html table. I have column in grid of type ‘coro’.
Now when i update row in the grid by changing some column data, then text in the combo column is going to server instead of value.
I am using java in server side. So when i use to access combo column value as
req.getParameter(rows[i]+"_c3") then text is coming instead of value.
Please help me in this regard.
Thank u in advance