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

[Solved] Simple Gridview Update Question

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 20 May 2008, 05:37 PM
I'm new to all of this.  Few simple questions....
  1. Do I need to write any code to do simple updates, inserts and delete?  I dropped a grid on my asp.net form, clicked 'edit', made changes, clicked 'update' but the data was not updated.  Any idea what I'm doing wrong?
  2. What is the AJAX Manager used for?  Should I use this whenever I use the grid or any other control?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 May 2008, 04:10 AM
Hi Robert,

1. Go through the following help document get information about doing Insert/Update/Delete with RadGrid.
Automatic DataSource operations

2. Its not a must to use AJAX Manager with  RadGrid or any other control. AJAX Manager allows developers rapidly develop powerful and complex AJAX solutions. You can ajaxify all controls that normally work with postbacks. It also allows you to update a number of page elements at once regardless of their position on the page.  You can also go through the following help document link for more details about AJAX Manager.
AJAX Manager

Thanks
Shinu.
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or