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

Problems with RowDetails in Q3 SP1

1 Answer 28 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ludovic Gerbault
Top achievements
Rank 1
Ludovic Gerbault asked on 11 Dec 2009, 02:08 PM
Hello

Since I updated my project to Q3 SP1, one of my grid is behaving quite strangely.

Here's the thing, it's a standard use of the grid, I create every columns I need in xaml and bind them to a IList collection.

I have a rowDetails template triggered by a GridViewToggleRowDetailColumn, here's the definition

<grid:RadGridView.RowDetailsTemplate> 
                            <DataTemplate> 
                                <local:InfoDetailsTemplate id_societe="{Binding id_societe}" code_ecriture="{Binding code_ecriture}"/> 
                            </DataTemplate> 
                                 
                        </grid:RadGridView.RowDetailsTemplate> 
                        <grid:RadGridView.Columns> 
                            <grid:GridViewToggleRowDetailsColumn Width="50">                                 
                            </grid:GridViewToggleRowDetailsColumn> 

And InfoDetailsTemplate is a UserControl with two dependancy properties, id_societe and code_ecriture.

The UserControl contains a RadTabControl with two items and a gridview in each.

My problem is that when I click on the Toggle column, the grid turns grey, and there is a bunch of graphic bugs which disappeard when I click again.

None of the grids contains a style or a contentTemplate of any kind.

Any ideas ?


1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 14 Dec 2009, 09:15 AM
Hi Subileau Pascal,

We cannot do much without having your sample project. Please, send it to us and we will take a look at it. Also, tell us the exact steps we need to take in order to reproduce the issue and what those issues are. thank you advance.

Greetings,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Ludovic Gerbault
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or