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

GridViewComboBoxColumn in 2010 version

10 Answers 106 Views
GridView
This is a migrated thread and some comments may be shown as answers.
James Hawkins
Top achievements
Rank 1
James Hawkins asked on 16 Mar 2010, 05:28 AM
Hi,

We cutover to the 2010 version (2010.1.309.35).

The combo box columns are not displaying as they were (in non edit mode the values are showing, not the display path value).

We are using collection view sources pointing to datatables as the source.

e.g:
 
...  
    <UserControl.Resources> 
        <CollectionViewSource x:Key="EmployeeSkillSource" Source="{Binding DataSet.Tables[Roster.EmployeeSkill]}"/>  
        <CollectionViewSource x:Key="Roster.Station" Source="{Binding DataSet.Tables[Roster.Station].DefaultView}"/>  
    </UserControl.Resources> 
 
...  
    <telerik:GridViewComboBoxColumn   
        Header="Station" 
        DataMemberBinding="{Binding StationID}" 
        UniqueName="Station" 
        ItemsSource="{Binding Source={StaticResource Roster.Station}}" 
        SelectedValueMemberPath="StationID" 
        DisplayMemberPath="StationName" 
        IsReadOnly="True" 
        /> 
 
 

I noticed the samples that came with the latest version does not have a single instance of GridViewComboBoxColumn in the code so I cannot verify any changes.

Can you please provide a demo project veerifying that this usecase is still supported.

Thanks,
Nic

10 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 17 Mar 2010, 05:56 PM
Hi James Hawkins,


Please excuse us for the inconvenience caused .It seems you have hit a known issue with the ComboBox column when bound to nested properties. The issue is being fixed with highest priority so it can be available for download in the soonest possible internal build.

You may  follow the PITS Issue by ID: 1403 

Regards,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Calin Calin
Top achievements
Rank 1
answered on 18 Mar 2010, 08:11 AM
Hi

Was this fixed ? The link you have for the issue does not work anymore.

Regards,
0
Pavel Pavlov
Telerik team
answered on 18 Mar 2010, 09:56 AM
Hi Calin Calin,

We are doing our best to provide the fix for the Friday internal build.
Please excuse us for the inconvenience caused.

Kind regards,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Calin Calin
Top achievements
Rank 1
answered on 19 Mar 2010, 08:07 AM
Hi,

Thank you for the reply, how do I get this internal build ?

Cheers,
Calin
0
Hristo
Telerik team
answered on 19 Mar 2010, 12:02 PM
Hello Calin,

Th latest internal build will be available later today. You can find it under Your Account->Free Trials->RadControls for WPF->Latest Internal Build (Trials). You can also follow this link.

All the best,
Hristo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Calin Calin
Top achievements
Rank 1
answered on 19 Mar 2010, 12:48 PM
Thank you,

I will check it out later today or tomorow.

Regards,
0
Frank Bubenik
Top achievements
Rank 1
answered on 13 Apr 2010, 08:34 PM
Has this issue been resolved?  I too have the same problem and cannot risk installing latest test build.  When will a production release be pushed out that fixes issue?  I have your 2010 Q1 03/09/10 version.

Thanks,
Frank
0
Calin Calin
Top achievements
Rank 1
answered on 13 Apr 2010, 09:41 PM
Hi Frank,

It works as expected in the build that I have, that is from 26 of March.

Regards,
0
Frank Bubenik
Top achievements
Rank 1
answered on 13 Apr 2010, 09:49 PM
That's good to know.

What are the proper steps to install latest trial build?  I downloaded them, unzipped them into a folder, and then copied the contents of the folder over the C:\Program Files\Telerik\RadControls for WPF Q1 2010\Binaries\WPF folder.  I then started getting version issues within .Net due to the new version.  I set the references Specific Version Property to False for the 5 Telerik ref's, but still had problems with assembly version mismatches.

How do I correct that in VS 2008?

Thanks.
0
Frank Bubenik
Top achievements
Rank 1
answered on 14 Apr 2010, 12:18 AM
Please disregard previous post.  Have all working now.

Thanks.
Frank
Tags
GridView
Asked by
James Hawkins
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Calin Calin
Top achievements
Rank 1
Hristo
Telerik team
Frank Bubenik
Top achievements
Rank 1
Share this question
or