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

[Solved] Keyboard support problem

2 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zbigniew Barbasiński
Top achievements
Rank 1
Zbigniew Barbasiński asked on 09 Jul 2009, 07:25 AM

Hello,

I've got RadGridControl keyboard support problem. After pasting following part of code:

<ClientSettings AllowDragToGroup="false" EnableRowHoverStyle="true" AllowKeyboardNavigation="true">  
<KeyboardNavigationSettings AllowActiveRowCycle="true" FocusKey="Y" />  
<Scrolling AllowScroll="false" UseStaticHeaders="true" />  
<Selecting AllowRowSelect="true" />  
<Resizing AllowColumnResize="true" />  
</ClientSettings> 

i've got warning: Generation of designer file failed: Type 'Telerik.Web.UI.GridClientSettings' does not have a public property named 'keyboardnavigationsettings'. When I run application it collapses because of this.

Any help?

All the best,

Zbyszek

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Jul 2009, 10:24 AM
Hello Zbyszek,

Which version of RadGrid are you using? The KeyboardNavigationSettings was introduced in the latest release of RadGrid which is version Q2 2009 (version 2009.2.701). So if you are using an older version, you would have to upgrade to the latest version.

You may find the following kb article helpful while upgrading your RadGrid to a later version:
Updating RadControls for ASP.NET to another version or license

Thanks
Princy.
0
Zbigniew Barbasiński
Top achievements
Rank 1
answered on 10 Jul 2009, 06:27 AM

I 've got Q1 2009. It explains everything.

Thanks a lot.

Zbyszek

Tags
Grid
Asked by
Zbigniew Barbasiński
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Zbigniew Barbasiński
Top achievements
Rank 1
Share this question
or