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

How can i pin column (using ColumnGroupsView,HTMLView)

5 Answers 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kae
Top achievements
Rank 1
kae asked on 16 Jan 2009, 08:28 AM
I face problem about RAD Gridview (Q3)

pin columns takes no effects for ColumnGroupsView and HTMLView

(as an example from telerik)

but it works fine for tableview

could you please tell me how can I solve this problem?

greetings,
Kae J.

5 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 16 Jan 2009, 11:25 AM
Hello kae,

Thank you for contacting us.

You are correct. Pinned columns are implemented only for table view. We are not quite sure how pinned columns should behave in ColumnGroupsView and HTMLView. However we will consider adding such a feature in a future version of RadControls. Could you please specify the exact behavior you want to achieve. We will pay attention to your suggestion when developing this feature.

Thank you in advance for your cooperation.

Sincerely yours,
Jack
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
kae
Top achievements
Rank 1
answered on 17 Jan 2009, 04:00 AM

for now i have lab table which many dates like this

,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
||       Lab test details      ||    12/01/2008    |   12/03/2008  |  12/05/2008   |  12/07/2008  | 
||'''''''''''''''''''''''|'''''''''''''''''''''''''||''''''''''''''''|''''''''''''''''''|'''''''''''''''|'''''''''''''''|''''''''''''''|'''''''''''''''|'''''''''''''''|''''''''''''''|
||     Name   |       Unit      ||  Value |    SDS   | Value |   SDS | Value |   SDS | Value |   SDS |
||'''''''''''''''''''''''|'''''''''''''''''''''''''||'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''""""""""""""''''''''
||  Weight    |      kg         ||    50    |    48.3   |  50.3  |  48.4  |  49.6  | 48.7   |  50.1  |    49  |
-------------------------------------------------------------------------------------------------------------

...many dates , so it will have a horizontal scroll bar.

when  the group "lab test details" pinned    
it should be frozen when move the horizontal scroll bar.
so I can see labtest values  without  move left scroll bar to see what labtest name and unit  is.


hope you understand what i mean. thanks

 

greetings,

Kae j.

0
Jack
Telerik team
answered on 19 Jan 2009, 10:03 AM
Hello kae,

Thank you for these details.

Unfortunately, this behavior is not possible at the moment. I will add it to our TODO list for the next release - Q1 2009. We will increase its priority if other people request the same functionality.

Thank you for your feedback and do not hesitate to write us if you have any other questions.

Sincerely yours,
Jack
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brennan
Top achievements
Rank 1
answered on 22 Nov 2011, 10:57 PM
Is this functionality available yet?
0
Jack
Telerik team
answered on 25 Nov 2011, 06:10 PM
Hi Brennan,

Yes, you can pin a column group by setting its PinPosition. Consider the sample below:
view.ColumnGroups[0].PinPosition = PinnedColumnPosition.Left;

Please note that only root groups can be pinned.

If you have further questions, do not hesitate to ask.

Best wishes,
Jack
the Telerik team

Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

Tags
GridView
Asked by
kae
Top achievements
Rank 1
Answers by
Jack
Telerik team
kae
Top achievements
Rank 1
Brennan
Top achievements
Rank 1
Share this question
or