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

Create Grid Columns and editor Controls dynamically with CRUD Operation

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kanna
Top achievements
Rank 1
kanna asked on 15 Aug 2012, 05:44 AM
Hi,

I am new to ASP.net AJAX RadGrid View control. Can you please help me to developethe Grid control with the below functonalities.
  1. Bind the grid from database dynamically and create columns also dynamically without SQLDatasource.
  2. When the user double click on the row it should editable with the corresponding control(Datepicker,Dropdown,Numeric text
  3. box) based on the column types inline edit mode.
  4. When the user Insert/update and deletethen it should be update to database.
  5. It also should allow the user to create new rocords

If it is possible to get any working sample it would be a great help for me.


Regards,
Kannan S

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 20 Aug 2012, 06:17 AM
Hi,

In order to achieve your goal you could use the following resources:

  1. Advanced databinding of RadGrid using NeedDataSource event.
  2. Inline edit mode on mouse double click.
  3. Insert/Update/Delete with Database level queries.

All the best,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
kanna
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or