This is a migrated thread and some comments may be shown as answers.

EDITABLE GRIDVIEW

4 Answers 95 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Asish
Top achievements
Rank 1
Asish asked on 06 Dec 2010, 10:23 AM
I need  a editable rad grid view so that i can update / insert data in to my database through rad grid view only.
I need it today only Urgent.
Please help me as soon as possible

4 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 06 Dec 2010, 10:31 AM
Hi Asish,

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
Maya
Telerik team
answered on 06 Dec 2010, 11:56 AM
Hello Asish,

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.
 

Best wishes,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
Asish
Top achievements
Rank 1
Answers by
Maya
Telerik team
Asish
Top achievements
Rank 1
Share this question
or