i'm using wpf 2012 Q1 SP1 and VisualBasic 2010. I'm using a RadGridView bind to a mvvm. After closing the line "telerik:ColumnSort..." with "/>" my VisualBasic is killed. Nothing works any more. I have to kill VS with the TaskManager.
<
telerik:RadGridView.SortDescriptors
>
<
telerik:ColumnSortDescriptor
Column
=
"{Binding Columns[\Country\], ElementName=RadGridView1}"
SortDirection
=
"Ascending"
/>
</
telerik:RadGridView.SortDescriptors
>
Is this a known Problem?
thanks
Regards
Rene
10 Answers, 1 is accepted
We are not aware of such a problem. Could you please try our latest official version - Q2 2012?
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
latest Version is installed now. Same effect on an other pc. After closing the line with /> Visual Studio is killed.
Thanks
Rene
I have tried to reproduce the reported issue but without any success. May I ask you to open a support ticket and to send a runnable project demonstrating the problem?
Thank you in advance.
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
i'm sorry but i can't save such a project, because as i close the line with /> VS2010 is frozen and i just could
kill it with the TaskManager.
Is there a way to add autm. Grouping by Code?
Thanks a lot
Regards
Rene
Please take a look at these articles Programmatic Grouping and Programmatic Sorting for a reference.
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
thats it thanks, but is there a chance to create Columnheaders per each group?
Thanks
Rene
Will it be possible to share more details about what you are trying to achieve? What do you mean by column headers per each group?
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
ok i use a RadGridView as a collection of about 10 Tables. Each Table is a different area like "Keys", "Cars", "Documents",..". But all these Tables are shown in one Grid.
But for the Table "Keys" the headers of the Grid should be different to the Table "Cars". For me it is difficult to explain. Please take a loke to the attached file.
thanks
Rene
Currently we don't have such functionality but you may achieve this by redefining the GroupHeaderRow template. What you can do is to place fixed sized headers according to every column but you will not be able to take advantage of the column re-sizing feature.
Let us know in case this approach is appropriate for your scenario and we will assist you further.
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
thanks a lot, i will try it and give you a response.
thanks
rene