Hi Nikolay
I need to add a new row above the selected row in the grid on click of add row button which is in toolbar.
similarly on continuous click of add row button.Multiple rows should get added above the selected row.
If there is any data above the selected row and then the new row should get added in between the data row and selected row.data loss should not happen..
since im using unbound columns in webdatagrid and ROW SELECTOR,(Row adding,Row Deleting)property in the behaviour tag.
I need to add rows above the selected row on click of button in webdatagrid and neet to set background color for newly added row using JAVASCRIPT.
since I'M able to add rows on the bottom of the grid using javascript.
I need to achieve above scenarious by using JAVASCRIPT only NOT from Code Behind ,,Since CODE BEHIND is creating problem for us…………..
Thanks
Vijayan