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

[Solved] RadGridView - Problems with controls in CellTemplate

3 Answers 156 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.
jawahar
Top achievements
Rank 1
jawahar asked on 08 Nov 2010, 01:25 PM
Hi,
I'm working on a silverlight 4 project. In that one of my screen has rad gridview along with some other controls. My radgridview has a checkbox in a cell template.
                    <telerik:GridViewColumn >
                        <telerik:GridViewColumn.CellTemplate>
                            <DataTemplate>
                                <CheckBox x:Name="xyz" IsChecked="{Binding Path=IsSelected,Mode=TwoWay}" />
                            </DataTemplate>
                        </telerik:GridViewColumn.CellTemplate>
                    </telerik:GridViewColumn>

Whenever any event fires in my page the checkboxes in the radgrid gets reset(gets unchecked). One of my scenario is, I have a dropdown in my page with selectionchanged event. If that event fires, the checksbox in the grid gets reset.
Is there anything I'm missing.

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 08 Nov 2010, 03:38 PM
Hi jawahar,

This is strange and unexpected. I could not reproduce the problem in a simple project.
Please try to recreate the problem in a test application and send it to us via a new support ticket.

Thanks

Sincerely yours,
Veselin Vasilev
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
jawahar
Top achievements
Rank 1
answered on 09 Nov 2010, 06:09 AM
Hi,
Thanks for your effort. Just now I found the cause of this issue. The problem occurs only if i use RadBusyIndicator in my application. Without the RadBusyIndicator it works fine. Is there any property that I need to set for the RadBusyIndicator?  

Thanks,
Jawahar
0
George
Telerik team
answered on 11 Nov 2010, 09:20 AM
Hello,

We are not aware of such problem with RadBusyIndicator. For more information about the control, I would suggest you to refer to our online documentation - http://www.telerik.com/help/silverlight/radbusyindicator-overview.html
We will greatly appreciate a sample project of yours. It will definitely help us in further pinpointing and resolving the problem. Can you attach the sample project to this thread?  


Regards,
George
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
Tags
GridView
Asked by
jawahar
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
jawahar
Top achievements
Rank 1
George
Telerik team
Share this question
or