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

I want to transpose Grid1 to display data To Grid2

2 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chakkrit
Top achievements
Rank 1
Chakkrit asked on 02 Feb 2011, 06:24 AM
I am using Grid1  to display data  and Grid2 To display Transpose
============== From RadGrid1=================================
id____ComboBoxColumn1_____ComboBoxColumn2______ComboBoxColumn3
1            PTN                                  KKA                                DDK

==============Want to display RadGrid2======================
HeaderLabel __________ HeaderCboCustomerID
ComboBoxColumn1           PTN        
ComboBoxColumn2           KKA    
ComboBoxColumn3           DDK
  • I want to transpose Grid to display data  on Event CurrentRowChanged
    Private Sub Grid1_CurrentRowChanged(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.CurrentRowChangedEventArgs) Handles Grid1.CurrentRowChanged
        UpdatePanelInfo(Me.Grid1.CurrentRow)
       //' I want to transpose Grid1 to display data Grid2  too.
    End Sub

**How i can ?

2 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 02 Feb 2011, 11:57 AM
Hello,

Please could you explain in more detail what you would like to do? If you would like the same data to be displayed in both RadGridViews, then may I suggest that you look at the Split View. You can see a demo of this on your PC in the Telerik demos. This can be found in Demos >> GridView >> SplitView

Please let me know if yuo need further information
Richard
0
Jack
Telerik team
answered on 04 Feb 2011, 05:05 PM
Hi Kitcle,

Thank you for your question.

If I correctly understand your intention, you want to transpose RadGridView so that columns become rows and rows are displayed vertically. Currently we do not support this feature, nevertheless it is in our backlog and we will implement it in one of our future versions.

In case you have other questions, please do not hesitate to contact us.

Best wishes,
Jack
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
GridView
Asked by
Chakkrit
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Jack
Telerik team
Share this question
or