views:

526

answers:

1

Is there a telerik equivalent for asp.net DetailView. Or can i customize a detailview to include telerik controls for editing (with minimum effort)

+1  A: 

Well, there's always RadGrid.

http://www.telerik.com/help/aspnet-ajax/gridoverview.html

I have bad experiences when combining standard, or other third party controls, with Telerik. They quite often act wierd, or don't work inside other controls.

Marcus L
I will just be editing one, unique record in form view. Isnt the grid supposed to be a list view for multipel records
Midhat
Yes, and no. Both can be used for multiple rows. If I remember correctly, the GridView can read and edit db data records, while DetailsView can also create records. Don't quote me on that though. But a grid can be used for just one record with any problem.
Marcus L
That was of course meant to say "without any problem". ;)
Marcus L