Lookup

Hello,

is there a possibillity to have some sort of lookup for cell editation? Our old java applet grid we want to replace using F4 hit or button (…) in cell opens another dialog and after it is closed it changes cell and one hidden cell with modified data. The cell itselv is read only.

Thank you for guidance.

BR
Zdenek

You can change value of any cell with setValue() method

mygrid.cellById(rowId,cellIndex).setValue("new vale");