4 Answers, 1 is accepted
0
Hi Asish,
Maya
the Telerik team
Basically, there is no problem to edit your items through RadGridView. Furthermore, you may event specify different CellTemplate-s depending on your requirements. Please take a look at our demos and online documentation and let me know if you need any assistance on a particular issue.
Best wishes,Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Asish
Top achievements
Rank 1
answered on 06 Dec 2010, 11:44 AM
i want that the Radgrid should start inserting rows when we press Insert on keyboard or any other button ... then it should save the new row back into the database ..
if an old row is updated then those changes should be reflected back to the database ..
got it ??
0
Asish
Top achievements
Rank 1
answered on 06 Dec 2010, 11:51 AM
Hi
I want to insert the data into sql server from the radgrid view on a button click event ( that should be possible everytime if i insert any data into radgridview and i want to update those data in sql database)
0
Hello Asish,
Maya
the Telerik team
Generally, if the RadGridView is not read-only and your items allow insertion/ deletion, there is no problem for you to add new items in the way you want. Considering saving the data on a button click, again you should experience no problem on this - just handle the Click event of that particular button and call the necessary command for Submitting the changes to your data base.
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF