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

Unable to use simple Up and Down keys in RadGridView

13 Answers 98 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sanjay
Top achievements
Rank 2
Sanjay asked on 13 Dec 2011, 11:25 PM
Hi,

We are unable to use Keyboard's Up and Down keys for a simple up and down (row by row) scolling.
The code is as follows:
<telerik:RadGridView ItemsSource="{Binding AllActivities}" Name="ui_grd_AllActivityDetails" ShowGroupPanel="False" RowIndicatorVisibility="Collapsed" AutoGenerateColumns="False" IsEnabled="True">

What could be the issue. This is happening thorught our Silverlight 4.0 application. I will really appreciate your help.
Thanks in advance!

13 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 14 Dec 2011, 07:32 AM
Hello Sanjay ,

I have tested the issue you specified on our demos, but unfortunately I was not able to reproduce it. Can you get the same behavior in this example ? Is there anything more specific that you do - do you handle any of the key-events or override the default keyboard command provider ? 

Best wishes,
Maya
the Telerik team

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

0
Vlad
Telerik team
answered on 14 Dec 2011, 07:34 AM
Hi ,

 Can you replicate the same problem on some of our online demos? Can you post more info about your grid version? 

Best wishes,
Vlad
the Telerik team

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

0
Sanjay
Top achievements
Rank 2
answered on 14 Dec 2011, 07:11 PM
Hello Maya,

Please see my comments below:

Is there anything more specific that you do?
Our Silverlight plugin/app is hosted in a WPF Browser control. It's "In browser" app hosted in WPF control to support external communications. I attaching the code for your review. Could this be a RadTileView issue?
<ScrollViewer>
        <telerik:RadTileView x:Name="tv_DoamainHeader" Margin="0 0 7 0" MaximizeMode="One" HorizontalAlignment="Left" Width="Auto" Height="Auto" MinWidth="500">
            <telerik:RadTileViewItem x:Name="ui_tviDomainItem" TileState="Maximized" Style="{StaticResource iconlessTemplate}">
                <telerik:RadTileViewItem.Header>
                    <StackPanel Orientation="Horizontal">
                        <Grid Width="Auto" >
                            <Grid.RowDefinitions>
                                <RowDefinition Height="Auto"></RowDefinition>
                            </Grid.RowDefinitions>
                            <Grid.ColumnDefinitions>
                                <ColumnDefinition Width="Auto" />
                                <ColumnDefinition Width="Auto" />
                                <ColumnDefinition Width="Auto" />
                            </Grid.ColumnDefinitions>
 
                            <Grid x:Name="ui_grdTextBlock" Grid.Row="0" Grid.Column="0">
                                <TextBlock Text="Maintain Domain Activities" Margin="8,3,0,0" FontWeight="Black"/>
                            </Grid>
 
                            <uc:CRUDControl x:Name="ui_ucCRUDControl" Grid.Row="0" Grid.Column="1" ></uc:CRUDControl>
                        </Grid>
                    </StackPanel>
                </telerik:RadTileViewItem.Header>
 
 
                <StackPanel>
                    <telerik:RadBusyIndicator Grid.Row="1" BusyContent="Loading..." IsBusy="{Binding ShowLoader}">
                        <telerik:RadGridView  x:Name="grd_DomainActivitiesDetails" Grid.Row="2" Grid.Column="0" IsReadOnly="False" 
                                  AutoGenerateColumns="False" ItemsSource="{Binding MaintainDomainActivitiesList}"
                                  ShowGroupPanel="False"
                                              DataLoaded="grd_DomainActivitiesDetails_DataLoaded"
                                              SelectionChanged="grd_DomainActivitiesDetails_SelectionChanged" RowIndicatorVisibility="Collapsed" SelectionMode="Single" ValidatesOnDataErrors="Default"
                                          ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Visible" IsFilteringAllowed="False"
                                              >
                            <telerik:RadGridView.Columns>


Do you handle any of the key-events or override the default keyboard command provider ?
No, we have not created and used ny of our KeyboardCommandProvider yet.

Please let me know if you have any questions. I will really appreciate your help.

0
Sanjay
Top achievements
Rank 2
answered on 14 Dec 2011, 07:14 PM
Hi Vlad,

What is easiest way to know the grid version? Thanks
0
Sanjay
Top achievements
Rank 2
answered on 14 Dec 2011, 07:17 PM
Hello Maya,

TAB, PageUp and PageDown keys work just fine but not Key Up and Key Down keys. Thanks
0
Maya
Telerik team
answered on 15 Dec 2011, 09:03 AM
Hello Sanjay ,

You can see the version of the GridView assembly either through its properties in Visual Studio or clicking directly in the properties of the dll from the containing folder. I am attaching an image illustrating it.
Considering the navigation, may you clarify whether you are working with RadGridView for Silverlight or RadGridView for WPF ?
 

Greetings,
Maya
the Telerik team

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

0
Maya
Telerik team
answered on 15 Dec 2011, 09:03 AM
Hi Sanjay ,

Here is the image.

 

Best wishes,
Maya
the Telerik team

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

0
Sanjay
Top achievements
Rank 2
answered on 15 Dec 2011, 07:04 PM
Hello Maya,

The version is :
Runtime Version is V2.0.50727
Version is 2011.2.712.1040

Also it's a Silverlight 4.0 application. Please let me know if this is a versioning issue. Your version seems to be the latest. Thanks
0
Vlad
Telerik team
answered on 16 Dec 2011, 08:13 AM
Hello,

 This version is our Q2 2011. Our latest official release is Q3 2011 and next week we will release our Q3 2011 Sp1. 

All the best,
Vlad
the Telerik team

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

0
Sanjay
Top achievements
Rank 2
answered on 21 Dec 2011, 10:10 PM
Vlad,

Please confirm if this is a versioning issue? We don't mind upgrading our version. Thanks
0
Vlad
Telerik team
answered on 22 Dec 2011, 08:14 AM
Hello,

As we said such problem cannot be reproduced with our latest official version.

Kind regards,
Vlad
the Telerik team

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

0
Sanjay
Top achievements
Rank 2
answered on 22 Dec 2011, 04:36 PM
Hello Vlad,

Your demo of Gridview supports keyboard. Is it built using latest version? Thanks
0
Maya
Telerik team
answered on 23 Dec 2011, 08:31 AM
Hello,

Actually, you are supposed to be able to navigate with the keyboard in previous version than our current one without any problems. And for the time being we are not aware of any issues with it in the version you are using. I am attaching a sample project with the binaries you are currently using. Could you take a look at it and let me know whether you can get the same behavior on it ? Could you try to update it so that it meets your exact scenario and let me know whether you can reproduce the issue ? 
Nevertheless, my recommendation would be always to work with our latest official version thus being able to benefit from all the improvements and bug fixes we have introduced.
 

All the best,
Maya
the Telerik team

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

Tags
GridView
Asked by
Sanjay
Top achievements
Rank 2
Answers by
Maya
Telerik team
Vlad
Telerik team
Sanjay
Top achievements
Rank 2
Share this question
or