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

Custom Row Layout for RIA

1 Answer 20 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 01 Jul 2010, 07:47 PM
HI,

            I wonder if the  RadGridView for RIA can support Custom Row Layout?

             Scenario:
                          To populate the RadGridView is using RIA.  I have few colums to display the fields and  one column at the right should be a button. Once it's click, I have to open a new window to show the details.

                           On each row of the RadGridView, I'm expecting a PLUS SIGN (+)  to let the user know that they can see more data on the grid.

              Problem:
                         Since I'm using RIA:
                           1.) How can I manipulate a custom row layout?
                           2.) How can add a button on one those column?  (If the user click it, I will open a new xaml page to show the details for inquiry or update)?

             Please help...

Thanks,
Chris

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 02 Jul 2010, 06:53 AM
Hello Chris,

If you only need to add a button to your rows you should simply add a new unbound column as demonstrated here. The example demonstrates how you can add a Delete button to the rows but you can as easily add a button that execute some other action.


Best wishes,
Milan
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
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or