Hi All,
I have a grid on a form and when I press CTRL+N,I want the record to be inserted at the end of the grid but it goes back to the first record and insert the new record at the second position.
Then I wrote datasource_ds.last(); in create method of the datasource,so now when I press CTRL+N ,it inserts the record at the end of the grid first and then again if I press CTRL+N ,it inserts at the second row.
Hence first it inserts at end and then it inserts at second row position.
I am not sure how to fix this.
Also,insertatend property is yes.
*This post is locked for comments