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

RadGrid + SortDescriptors

10 Answers 199 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 18 Jun 2012, 12:20 PM
hi,

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

Sort by
0
Vera
Telerik team
answered on 19 Jun 2012, 10:46 AM
Hello Rene,

 
We are not aware of such a problem. Could you please try our latest official version - Q2 2012? 

Kind regards,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ITA
Top achievements
Rank 1
answered on 19 Jun 2012, 01:41 PM
Hi,

latest Version is installed now. Same effect on an other pc. After closing the line with />  Visual Studio is killed.

Thanks
Rene
0
Vera
Telerik team
answered on 20 Jun 2012, 04:04 PM
Hi 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.

Greetings,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ITA
Top achievements
Rank 1
answered on 21 Jun 2012, 07:35 AM
Hi,

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
0
Vera
Telerik team
answered on 21 Jun 2012, 09:03 AM
Hello Rene,

 
Please take a look at these articles Programmatic Grouping and Programmatic Sorting for a reference.

Regards,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ITA
Top achievements
Rank 1
answered on 21 Jun 2012, 11:47 AM
Hi,

thats it thanks, but is there a chance to create Columnheaders per each group?

Thanks
Rene
0
Vera
Telerik team
answered on 22 Jun 2012, 07:51 AM
Hi 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?


Greetings,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ITA
Top achievements
Rank 1
answered on 22 Jun 2012, 04:28 PM
Hi,

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
0
Vera
Telerik team
answered on 26 Jun 2012, 08:43 AM
Hello 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.

Regards,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
ITA
Top achievements
Rank 1
answered on 26 Jun 2012, 08:56 AM
Hi,

thanks a lot, i will try it and give you a response.

thanks
rene
Tags
GridView
Asked by
ITA
Top achievements
Rank 1
Answers by
Vera
Telerik team
ITA
Top achievements
Rank 1
Share this question
or