DataProcessor

Hi,



While updating the Cell value in server side I’m getting the request attribute through c0,c1,c2… Is there any way to get it from column name(id,name,describtion).



Thanks,

Hariharan

The labels of columns can’t be used for such task, but you can use column IDs
( column IDs set by grid.setColumnIds or by “id@column” attribute in case of init from XML )

Next command will switch name of params from order values to IDs
    dataProc.enableDataNames(true);