6 Answers, 1 is accepted
0
Hello,
Vlad
the Telerik team
Can you clarify what do you mean by "insert the data into the specific row on gridview"? Do you want to insert rows?
All the best,Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
0
Hi,
Vlad
the Telerik team
Have you tried to use Insert() method of the collection bound to the grid?
All the best,Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0

Thomas
Top achievements
Rank 1
answered on 03 Apr 2012, 03:54 AM
Thanks for your reply.
I can insert data successfully.
Now, I have another question.
When I click the insert button and press ESC button.
The new row will not cancel automatically like use ADD command.
I have to use Delete button to delete the data.
How to make "Insert" button do the same as ADD command?
I can insert data successfully.
Now, I have another question.
When I click the insert button and press ESC button.
The new row will not cancel automatically like use ADD command.
I have to use Delete button to delete the data.
How to make "Insert" button do the same as ADD command?
0
Hello,
Vlad
the Telerik team
You need to write custom code to achieve this. You need to execute some custom action on ESC press and delete previously remembered inserted item. The grid cannot handle such case by default.
Regards,Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0

Thomas
Top achievements
Rank 1
answered on 03 Apr 2012, 08:46 AM
I understanded.
Thanks for yor reply.
Thanks for yor reply.