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

[Solved] Row Indicator Click

12 Answers 219 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.
Seth
Top achievements
Rank 1
Seth asked on 18 Mar 2010, 03:11 PM
I am showing a row indicator on my grid,  when I click on the row indicator block I would expect the row to be selected, but this is not the case. The Row is highlighted when I hover over the row indicator, but in appears that no event fires when the row indicator is clicked.

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

Sort by
0
Yordanka
Telerik team
answered on 18 Mar 2010, 05:05 PM
Hello Seth,

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.
0
Eugenio
Top achievements
Rank 1
answered on 02 Aug 2010, 09:22 PM
Hi,

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
0
Vlad
Telerik team
answered on 03 Aug 2010, 06:40 AM
Hello,

Can you set IsSynchronizedWithCurrentItem to True and let me know about the result?

Best wishes,
Vlad
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
Eugenio
Top achievements
Rank 1
answered on 03 Aug 2010, 04:01 PM
Vlad,

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

 
0
Vlad
Telerik team
answered on 03 Aug 2010, 04:43 PM
Hi 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
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
Eugenio
Top achievements
Rank 1
answered on 03 Aug 2010, 06:14 PM

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

0
Brian
Top achievements
Rank 1
answered on 04 Aug 2010, 03:54 PM
this was a breaking change for me as well
0
Brian
Top achievements
Rank 1
answered on 04 Aug 2010, 04:00 PM
Just to be certain. I need to go into all of our pages and controls that use your grid and add that property and set it to true to behave like it used to? (We do not subclass your grid.)
0
Vlad
Telerik team
answered on 04 Aug 2010, 04:08 PM
Hello ,

 No. You can do this with simple global style in App.xaml:

             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             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>

Kind regards,
Vlad
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
Brian
Top achievements
Rank 1
answered on 04 Aug 2010, 04:34 PM
Of course. Thanks for the reminder!
0
Sajjad Shah
Top achievements
Rank 1
answered on 10 Nov 2010, 10:40 PM
I don't want  my first row to be selected by default and I am doing this : IsSynchronizedWithCurrentItem = False;
But it still gets selected..any ideas ...?
0
Milan
Telerik team
answered on 12 Nov 2010, 09:31 AM
Hi Sajjad Shah,

This issue has been resolved in our latest Internal build for Q2 SP2 and for Q3. 


Regards,
Milan
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
Seth
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Eugenio
Top achievements
Rank 1
Vlad
Telerik team
Brian
Top achievements
Rank 1
Sajjad Shah
Top achievements
Rank 1
Milan
Telerik team
Share this question
or