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

[Solved] Create a custom 'frozen' GridView?

1 Answer 89 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.
Hoang
Top achievements
Rank 1
Hoang asked on 26 Sep 2009, 01:08 PM
Hi,

I have to create a special FrozenGridView based on RadGridView. It does not have the current cell, nor the selected row, nor the hover row. That means it always keep its original state when the user clicks on a row or moves the mouse over rows. Can I create this type of GridView?

Thank you very much.

1 Answer, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 01 Oct 2009, 08:57 AM
Hello Hoang,

There are multiple ways of achieving a "frozen" grid. The simplest one of them being overwriting the cell template and making the disabled cell look like the regular one after which disabling every row, except the header one so you do not loose the UI grouping, sorting and filtering.

I have also attached a sample application which does exactly as described above. I hope this will be good enough for your case.

All the best,
Kalin Milanov
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.
Tags
GridView
Asked by
Hoang
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Share this question
or