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