obj_grid.colModel[5].render= function (ui)
{
...
..
}
Can we use dataIndx-fieldname instead of index number
instead of Wouldn't it be nice if we could use. Because even if we change the model location, we do not have to make any changes in the function.
obj_grid.colModel['fieldname'].render= function (ui)
{
...
..
}