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

[Solved] Matrix in GridView

2 Answers 155 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.
Dhileep Kumar Sampath
Top achievements
Rank 1
Dhileep Kumar Sampath asked on 13 Oct 2009, 07:32 PM
Hi all,
      I have a requirement to show a matrix in a Silverlight user control and I am planning to use telerik gridview control. There should be an option to add and remove the columns from the matrix. The matrix can also be split into two (second one is actually copy of the existing matrix) scrollable regions so that user can fix one and scroll the other to view the data.

It would be of great help if you can point me to relevant link or provide me a sample.

Thanks,
Dhileep

2 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 16 Oct 2009, 11:17 AM
Hello Dhileep Kumar Sampath,

RadGridView does not support such a specific functionality out of the box.

You can build it by using 2 grids placed next to each other. The columns of each grid can be manipulated through its Columns collection. The implementation of any custom logic and/or behavior is up to you.

Greetings,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Dhileep Kumar Sampath
Top achievements
Rank 1
answered on 28 Oct 2009, 01:11 PM
Hi Ross,
     Thanks for your suggestion. I created my object in same way as required for the grid (matrix format) and bound it.

Regards,
Dhileep
Tags
GridView
Asked by
Dhileep Kumar Sampath
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Dhileep Kumar Sampath
Top achievements
Rank 1
Share this question
or