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

RadGrid Forzen Scrolling for particullar Columns

3 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
salvio
Top achievements
Rank 1
salvio asked on 05 Apr 2011, 07:58 AM
Hai Telerik Team,

In Radgrid I have number of columns like 10-15, i want horizontal scrolling
for particular columns ex : 5 to 10, and also horizontal scrollbar need in that
particular position, so how to do these task pls help me...

Thanks
Salvio

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Apr 2011, 01:01 PM
Hi Salvio,

I am afraid I cannot completely understand your task. Would you please elaborate a bit more on what exactly you are up to?

Meanwhile, you can examine the following online example for more information about the frozen columns feature of RadGrid:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/frozencolumns/defaultcs.aspx

All the best,
Pavlina
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
0
salvio
Top achievements
Rank 1
answered on 07 Apr 2011, 03:20 PM
Hi Pavina thanks for your reply and..... sorry my post made you to afraid...
okay i will try to write clearly

For ex:  I have a lengthy Radgrid with contain 10 columns. so  using  FrozenColumnsCount="2"
all columns after "2" acts as a frozenscrolling, is it possible to display horizontal scroll bar from 3 to 5 columns
remaining columns ie: 6 to 10 and 1 to 2 no need scrolling.

COL1   COL2   COL3   COL4   COL5   COL6   COL7   COL8   COL9   COL10  
---------------------------------------------------------------------------------------------------
1          11          11          11         11          11       11       11          11          1
11        11          11          11         11          11       11       11          11          1
11        11          11          11         11          11       11       11          11          1
                          <---------------------->
                          (  I need horizontal scroll bar in these (position) three columns,
user can use these scroll bar to move right and left in between these three columns)

Thanks
0
Pavlina
Telerik team
answered on 07 Apr 2011, 04:30 PM
Hello,

A possible approach for achieving the required functionality is to use three grids instead of one and enable scrolling feature only for the second grid.

Give this suggestion a try and let me know how it goes.

Greetings,
Pavlina
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
Grid
Asked by
salvio
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
salvio
Top achievements
Rank 1
Share this question
or