I have created datatable with inline editing.
I have few question and issue.
- while clicking the column of inline edit it's taking extra space from top and flickering.
- How to get the data after mouse move out from the inline edit mode. Actually i want on onmousemove inine edit mode should close and the same it has to call one method with editable data.
- How to delete the entire row data and get the deleted data details.
- how to fecth the data immediatel after saving.