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

Gridview and detailsview

3 Answers 118 Views
GridView
This is a migrated thread and some comments may be shown as answers.
fred
Top achievements
Rank 1
fred asked on 18 Jun 2010, 02:23 PM
Hi,

In ASP .NET it was possible to link a detailsview to a grdiview easily, to offer the possibility to select a single row from a gridview adn display the result, this time in rows rather than in columns.
Is there a way to do that in Silverlight ?
Could someone give me a simple sample please ?

Regards

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 18 Jun 2010, 03:21 PM
Hi fred,

You can achieve that by using the DetailsPresenter.

To see it in action you can visit our Row Details online example and set the External Details Presenter option to Visible from the configuration panel on the right.

All the best,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
fred
Top achievements
Rank 1
answered on 21 Jun 2010, 01:06 PM
Thank you

I think it's the thing I was seeking for.

By the way, been a newbie in programming with Silverlight, here is the thing I want to do, if someone can help me to get started :

I fill up my GridView with datas; the first column of the gridview is filled with hyperlinks datas.
I want to be able to generate the detail gridview including all the columns (just for an example) by a simple click on my hyperlink data.
How can I do that please ?

Regards and Thanks in advance
0
Maya
Telerik team
answered on 23 Jun 2010, 02:47 PM
Hello fred,

 
A common way for showing RowDetails is to define a GridViewToggleRowDetailsColumn. Otherwise, you may try to use the property of a GridViewRow - DetailsVisibility and set it to "Visibility.Visible".

Sincerely yours,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
fred
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
fred
Top achievements
Rank 1
Maya
Telerik team
Share this question
or