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

DV and GV replacement

3 Answers 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
berto
Top achievements
Rank 1
berto asked on 19 Jul 2012, 05:26 AM
Welcome all,
I am new here being happy owner of ASP.NET product. First question which helps me start quickly working with telerik. I have in many my asp pages schema: DetailsView to insert records and then GridView to display them. What will be the most efficient telerik replacement for such combo?
Additional question What will be the fastest way to display records from db based on some search criterias.
Thanks for any tip. 

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Jul 2012, 05:48 AM
Hi Berto,

You can use hierarchy structure in RadGrid with MasterTable and nested DetailTableViews. Please take a look into this demo for more information.
You can use filtering in RadGrid to enable searching and bind data from database.

Hope this helps.

Regards,
Princy.
0
berto
Top achievements
Rank 1
answered on 19 Jul 2012, 05:00 PM
Thanks for fast reply. I prefer however to have to forms one to choose search criteria and the other to display them. How I could implement this in telerik?  As I understand direct replacement for GV is grid what about DV?
0
Accepted
Princy
Top achievements
Rank 2
answered on 20 Jul 2012, 05:41 AM
Hi Berto,

You can use GridTableView instead of DetailsView.

ASPX:
<telerik:GridTableView DataKeyNames="OrderID" DataSourceID="SqlDataSource3" Width="100%" runat="server">
  ......
</telerik:GridTableView>

Hope this helps.

Regards,
Princy.
Tags
General Discussions
Asked by
berto
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
berto
Top achievements
Rank 1
Share this question
or