Hi Heera,
Yours is table view right?. Here is how you can resolve it.
1) Create an attribute gv_editable with type char4.
2) Go to your htm page and put the following code.
editMode | = "<%= controller->gv_editable %>" |
3) Go to your insert button event handler and add the following code.
gv_editable = 'ALL'.
You are done with.
Thanks,
Faisal