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

Codeless Data Operations

2 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijaianand
Top achievements
Rank 1
Vijaianand asked on 29 Aug 2011, 03:36 PM
Hi

I am evaluating RADGRID for my client who needs a plugin table/grid where he can insert/delete/edit rows and columns. He don't to do any coding. He just want to drag and drop the control with standard properties enabled which should allow him to do these operation binding to the database.

I thought RADGRID may be good fit but when I see examples it seems there are lot of code binding needed in both client and server side. At the same time I also saw some things about codeless insert/delete/update but I tried addig properties like below without any code and nothing happens. I don't get any edit functionality in the grid. What am I missing on codeless operations? 

 

<telerik:RadGrid ID="RadGrid1" runat="server" AllowSorting="true" AllowPaging="true" PageSize="25" ShowStatusBar="true">

<PagerStyle AlwaysVisible="true" />

 <MasterTableView AutoGenerateColumns="true" EditMode="InPlace" />

 </telerik:RadGrid>

I check out the below articles and everything needs big chunk of code to make the manipulation work.
http://www.telerik.com/help/aspnet/grid/grdeditmodeinplace.html
http://www.telerik.com/help/aspnet/grid/grdinsertingvaluesinplaceandeditforms.html


I need a plug and play kinda of control for client to work without any big coding.

Vijai

 

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Aug 2011, 05:08 AM
Hello Vijai,

Check the following help documentation which explains how to handle automatic operations in RadGrid.
Automatic DataSource Operations.

Thanks,
Princy
0
Vijaianand
Top achievements
Rank 1
answered on 30 Aug 2011, 03:36 PM
Thanks that helps.
Tags
Grid
Asked by
Vijaianand
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Vijaianand
Top achievements
Rank 1
Share this question
or