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
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?
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
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 COL3COL4COL5 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