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

Up/Down arrow keys are not working on Grid filter

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chandra Babu Nambi
Top achievements
Rank 1
Chandra Babu Nambi asked on 01 Dec 2010, 05:59 AM
Hi,

We are using "AllowFilteringByColumn" property in radgrid. When we are trying to select the filter options, it's not allowing to select with arrow keys. It's accepting only mouse to select filter options. RadCombobox in the same page allowing to select the options with arrow keys but not grid filter. This is an inconsistence behaviour from testers point. Please suggest on this issue.

Please check the attached docs shot for more clarity. The following are the grid properties we have used.

<

 

telerik:RadGrid ID="radGridSavedAlertMaster" runat="server" AutoGenerateColumns="False"

 

 

Width="720px" Style="overflow: hidden" GridLines="None" AllowSorting="True" AllowPaging="True"

 

 

AllowFilteringByColumn="True" PageSize="10" OnItemDataBound="radGridSavedAlertMaster_OnItemDataBound"

 

 

OnItemCommand="radGridSavedAlertMaster_SelectedIndexChanged" OnNeedDataSource="radGridSavedAlertMaster_NeedDataSource"

 

 

OnSortCommand="radGridSavedAlertMaster_SortCommand">

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Dec 2010, 01:40 PM
Hello Chandra Babu Nambi,

Please refer to the second post on this page:

http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-508-compliance-example.aspx

All the best,
Dimo
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Chandra Babu Nambi
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or