I have a radgrid with search functionality,when i search a record and press tab the cursor gets lost,ideally it should go to next filter column.This is happening only in core IE8.I have attached gif file for more details.Please have a look.
Please Suggest.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 29 May 2014, 09:00 AM
Hello Mayur,
From what I see in the attached GIF animation, you have enabled the postback on filter for the columns by setting the AutoPostBackOnFilter property to true. Please note that it is rather expected to lose the focus after postback, but you could use the following workaround, which should allow you to set the focus manually.
What you will have to do is to handle the client-side OnRequestStart and OnResponseEnd event of a RadAjaxPanel or RadAjaxManager (depending on your exact scenario) and use the following approach for keeping the ID of the element that should be focused and on response end, focus the element:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.