Hi Ivaylo,
Please have a look at my code. First thing I want is to add new rows at the top of my table. Right now when I add a new row it is getting added at the bottom of the table. Also when I click on Add I am adding a new row with some defaults values but then again I click on Add, the last added row is getting added at the bottom but without default values. I don’t know why “editRowEnding” or “editRowEnded” are not getting called at all. It is also possible that I don’t enter the primary key field. “Done/Cancel” button is false in all the cases.
I want to add multiple rows and then when I click on save I am calling createStandardModelDTO. Please have a look at it and let me know if this is the right way to collect values from newly added row and old rows.
When I edit the row I want to push some properties to the datasource array which I can use in my rowtemplate.
Also please have a look at how I am setting read only properties in Updating feature.
Thanks,
Mohan