All of the examples on your website seem to have the desired behavior by default. I am using version
v2009.3.1103.1030 of the controls. Is there a know issue with the row indicator in this version?
12 Answers, 1 is accepted
We believe that this issue has been fixed. Could you please upgrade your version to the latest one and check if the problem still appear.
Greetings,
Yordanka
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.
RowIndicator stopped working when I upgraded to the latest version (2010.2.710.1040) this morning.
It was working on 2010.1.422.1040
Would you please check this?
Thanks in advance,
Eugenio
Can you set IsSynchronizedWithCurrentItem to True and let me know about the result?
Best wishes,Vlad
the Telerik team
Your suggestion worked, thanks for the prompt reply.
But I think that Telerik should avoid changes in default values. We as developers don't expect changes in behavior of our apps in every upgrade of our controls suite. The new goodies should be activated only if we decided to do so. This is not the first time that it happens to me. Please, make our upgrades as smooth as possible.
Thank you,
Eugenio
Previous Q we received lots of feedback regarding this properly and that is why we decided to change the default value to False.
Kind regards,Vlad
the Telerik team
Hi Vlad,
In my honest opnion Telerik is doing in the wrong way.
This kind of change brakes existing code and makes the process of upgrade expensive. It makes us fear that other "surprises" come with the update. I really think that Telerik has a great suite of controls but this kind of thing is concerning.
Please take care of this kind of situation for the next updates.
Thanks in advance,
Eugenio
No. You can do this with simple global style in App.xaml:
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Class="SilverlightApplication1.App" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> <Application.Resources> <Style TargetType="telerik:RadGridView"> <Setter Property="IsSynchronizedWithCurrentItem" Value="True"/> </Style> </Application.Resources></Application>Vlad
the Telerik team
But it still gets selected..any ideas ...?
This issue has been resolved in our latest Internal build for Q2 SP2 and for Q3.
Regards,
Milan
the Telerik team
