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

Problem GridView Rows Reordering

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Giuseppe Reale
Top achievements
Rank 1
Giuseppe Reale asked on 11 Nov 2011, 03:20 PM
Hi,
in attachment there is an image where there is a RadGridView, like your example GridView Rows reordering: "http://demos.telerik.com/silverlight/#GridView/RowReorder".
My problem is that in drag and drop of row, I can't see the text of the row that I have to move.


regards
Gianluca Scamperti

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 11 Nov 2011, 04:50 PM
Hello Giuseppe,

You can try to override ToString() method in your class - User. For example:

public override string ToString()
        {
            return this.Name;
        }

In this case Name would be a property from the business object.
Let me know if you still experience any difficulties with it.  

Greetings,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Giuseppe Reale
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or