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

[Solved] Gridview RowDetails Layout problem

3 Answers 141 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
JJ Loubser
Top achievements
Rank 1
JJ Loubser asked on 19 Jul 2011, 03:37 PM
I used demo: http://demos.telerik.com/silverlight/#GridView/RowDetails in my project works fine, we just need to change the layout of the rowdetails, it must be in a block on the right side that never goes away thus empty or details equels to the selected row, must look like this in pic<gridview.png>. Must we just change a flag in the gridview control or must be change the template of the rowdetails or something else?

3 Answers, 1 is accepted

Sort by
0
JJ Loubser
Top achievements
Rank 1
answered on 19 Jul 2011, 04:19 PM
and when you click on a row it open up the row details, if not possible my above need how can one close the row details just to click on the same row again? should I ovveright an event or what?
0
JJ Loubser
Top achievements
Rank 1
answered on 25 Jul 2011, 10:00 AM
to describe my need more clearly: we need a extra column at the end column as the row details, but this column layout must look different then the other columns because it takes up all  the space left of the grid because is contains only a single row of information(row details of selected row) and
2nd need: when you click on a selected row again it must make that column blank, must works like a deselection of a row.

0
JJ Loubser
Top achievements
Rank 1
answered on 28 Jul 2011, 02:37 PM
I just used a toggle button, but still I want to view the row details as an extra colomn.
Tags
GridView
Asked by
JJ Loubser
Top achievements
Rank 1
Answers by
JJ Loubser
Top achievements
Rank 1
Share this question
or