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

pinning problem

3 Answers 136 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pinaki Basu
Top achievements
Rank 1
Pinaki Basu asked on 22 Dec 2010, 07:13 AM
Pinning is not working for gridview with ColumnGroupViewDefinition.It works perfectly fine for gridview with tableviewdefinition.
Is it because telerik is not supporting it.Is there any workaround for this.Please give me a solution for this.

3 Answers, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 27 Dec 2010, 03:58 PM
Hello Pinaki Basu,

Thank you for this question.

When using column groups view mode you can pin only column groups from the root level. This is so, because you cannot change the column owner. We do not support this functionality and there is no work around available. Please, could you describe your scenario. This will help us to provide you an alternative solution.

I am looking forward to your reply.

Best wishes,
Julian Benkov
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
0
Pinaki Basu
Top achievements
Rank 1
answered on 28 Dec 2010, 10:28 AM
I have a gridview with ColumnGroupViewDefinition.while scrolling i want the first columngroup to be pinned.You have mentioned something called pinning column groups.Could you tell me how to do this.
0
Jack
Telerik team
answered on 28 Dec 2010, 02:23 PM
Hello Pinaki Basu,

This option is available after Q2 2010. You should set the PinPosition property for the desired GridViewColumnGroup. Here is an example:


ColumnGroupsViewDefinition v =
new ColumnGroupsViewDefinition();
//...
v.ColumnGroups[1].PinPosition = PinnedColumnPosition.Left;

I hope this helps. If you have any further questions, do not hesitate to write back.

Kind regards,
Jack
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
GridView
Asked by
Pinaki Basu
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Pinaki Basu
Top achievements
Rank 1
Jack
Telerik team
Share this question
or