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
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.
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 = newColumnGroupsViewDefinition();