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

[Solved] Problem with the QueryableDomainServiceCollectionView as Datasource

5 Answers 67 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 29 Jul 2011, 11:03 PM
I have a problem with the RadGridView when it's bound to a QueryableDomainServiceCollectionView<T> object.

When I have two or more rows, the GridView is showned properly...
But if I only have one (1) result, all the columns are getting superposed...
(see screenshots in attachement)

I used to have it working fine when I was bounding to a CollectionViewSource.Views, but I've found it more usefull to bind against the QDSCV since I just migrated to RIA.

What am I doing wrong?

 

<telerik:RadGridView ItemsSource="{Binding ViewData, Mode=TwoWay}" AutoGenerateColumns="False">

    <telerik:RadGridView.Columns>

    <telerik:GridViewDataColumn IsReadOnly="True" DataMemberBinding="{Binding Client.LastName}" Header="Last name" />

    <telerik:GridViewDataColumn IsReadOnly="True" DataMemberBinding="{Binding Client.FirstName}" Header="First name" />   

    </telerik:RadGridView.Columns>

</telerik:RadGridView>

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Aug 2011, 07:07 AM
Hi David,

 Can you post more info about your version of our components? Is it our latest official Q2 2011?

Greetings,
Vlad
the Telerik team

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

0
David
Top achievements
Rank 1
answered on 01 Aug 2011, 02:43 PM
Hi Vlad,
Many thanks for your quick answer.

The version we are currently using is 2011.1.419.1040
0
Vlad
Telerik team
answered on 01 Aug 2011, 02:52 PM
Hi David,

 Can you update your application to our latest official binaries and let us know if everything is ok now?

Kind regards,
Vlad
the Telerik team

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

0
David
Top achievements
Rank 1
answered on 01 Aug 2011, 02:55 PM
Will do! I'll get back to this thread ASAP, thanks for your time
0
Francois
Top achievements
Rank 1
answered on 02 Aug 2011, 06:39 PM
Yes, Q2 2011 has solve this issues, thank you guys for this new version!
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Vlad
Telerik team
David
Top achievements
Rank 1
Francois
Top achievements
Rank 1
Share this question
or