PDA

View Full Version : Allow disable inline editing per row in EditorGrid



nyklogistics
24 Mar 2009, 8:30 PM
Is it possible to check the other column value before the user double clicking the edit cell and entering text on a cell?

micgala
25 Mar 2009, 2:14 AM
Hi.

You can add a BeforeEdit listener.So then you can enable/disable the edition based on your needs.

Hope this helps you.

Regards,
Michel.

nyklogistics
25 Mar 2009, 2:27 AM
thanks, i got it.

but the GridEvent.record is null when listening to the BeforeEdit event. The documentation said that I could get the current record from the GridEvent object.