Hi Hristo,
Thanks for your reply. Sorry for late response. I have been trying in vain in several ways to make it work for my environment. However, the below section did not work for me, as my columns are dynamic and not static as in the example. Can you please help me to resolve this?
{
text: ‘Boston’, columntype: ‘custom’, datafield: ‘Boston’, width: 150,
createeditor: createGridEditor, initeditor: initGridEditor, geteditorvalue: gridEditorValue
},
{
text: ‘Berlin’, columntype: ‘custom’, datafield: ‘Berlin’, width: 150,
createeditor: createGridEditor, initeditor: initGridEditor, geteditorvalue: gridEditorValue
},
{
text: ‘London’, columntype: ‘custom’, datafield: ‘London’,
createeditor: createGridEditor, initeditor: initGridEditor, geteditorvalue: gridEditorValue
}
Thanks
Rajpad