5 Answers, 1 is accepted
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.
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.
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.
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.