Hello,
I'm working on ej:grid using OnServerEditRow.
I tried to update a column which has no data (other column in the same row has data). I typed something and clicked Save button in the grid, nothing happens. I cannot save data. However, If there's a data in a column, and I modified data and clicked Save button, onServerEditRow was fired.
I attached sample solution that happens this issue.
1. Try to edit first_name column on a first row in grid. Then click Save Button. Nothing happens. (onServerEditRow event not fired)
2. Try to edit first_name column on a second row in grid. Then click Save Button. onServerEditRow event will be fired.
How should I fix this issue?
Best Regards,
Yukiko
Attachment:
test_39045309.7z