Hi,
I have 2 ListGrid's connected by foreign key field.
Fetch is working correctly by fetchRelatedData() but I cannot pass by creation of new record in second ListGrid(with foreign key).
How can I access edited data before they will be sent to server?
I'm tring to add foreign key value in RowEditorExitHandler but I cannot modify the data.
I've tried to get Record by event.getRecord() and
listGrid.getEditedRecord(event.getRowNum())
and several other ways but so far with no success.
Can anybody direct me to the right approach??
I have 2 ListGrid's connected by foreign key field.
Fetch is working correctly by fetchRelatedData() but I cannot pass by creation of new record in second ListGrid(with foreign key).
How can I access edited data before they will be sent to server?
I'm tring to add foreign key value in RowEditorExitHandler but I cannot modify the data.
I've tried to get Record by event.getRecord() and
listGrid.getEditedRecord(event.getRowNum())
and several other ways but so far with no success.
Can anybody direct me to the right approach??
Comment