
Manuel Ortiz
Top achievements
Rank 1
Manuel Ortiz
asked on 23 Feb 2010, 03:43 AM
Hi, I have a Radgrid created completely on page init and my grid filter controls have AutoPostbackOnFilter=true. Whenever I write something on the filter boxes and hit "Enter", after the grid finishes filtering and is rendered again, the flashing text ( | ) cursor appears randomly on the page near the filter textbox that I used to filter... however I cannot write text again on those boxes until I focus them with a click of my mouse inside the textbox. My client is pissed off with that :(... is there any way I can solve this?? Have you experienced this before??
Any recommendations will be greatly appreciated!
Thank you,
Manuel
Any recommendations will be greatly appreciated!
Thank you,
Manuel
7 Answers, 1 is accepted
0
Hi Manuel,
The described behavior could be reproduced with asp TextBox and UpdatePanel(as shown in the attached project), which means this is the browser behavior.
However, I am sending you a simple working application which handles the desired functionality. Please give it a try and let me know if it works for you.
I hope this helps.
Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The described behavior could be reproduced with asp TextBox and UpdatePanel(as shown in the attached project), which means this is the browser behavior.
However, I am sending you a simple working application which handles the desired functionality. Please give it a try and let me know if it works for you.
I hope this helps.
Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Manuel Ortiz
Top achievements
Rank 1
answered on 25 Feb 2010, 02:54 PM
Hey,
Thanks for your answer, I tried it and the cursor stops appearing randomly, which solves part of my problem. However, the filtering textbox does not focus. Is there anyway to solve this??
Thanks for everything,
Manuel
Thanks for your answer, I tried it and the cursor stops appearing randomly, which solves part of my problem. However, the filtering textbox does not focus. Is there anyway to solve this??
Thanks for everything,
Manuel
0
Hi Manuel,
Check out the following code library, which demonstrates how to configure RadGrid to focus the filter textbox of the next column in line after a filtering has been performed.
Set focus on filter textbox after filtering
Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Check out the following code library, which demonstrates how to configure RadGrid to focus the filter textbox of the next column in line after a filtering has been performed.
Set focus on filter textbox after filtering
Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Manuel Ortiz
Top achievements
Rank 1
answered on 03 Mar 2010, 04:12 PM
Hi Pavlina,
I have a new problem related to the focus. When I open the nested grid I have inside all my rows and try to filter there, when the javascript executes the focus in scrolls the page to the top making the user have to scroll down again to go where he was before. I think this is because the focus is being done on the parent grid. Is there anyway I can prevent this?
Thanx
Manuel
I have a new problem related to the focus. When I open the nested grid I have inside all my rows and try to filter there, when the javascript executes the focus in scrolls the page to the top making the user have to scroll down again to go where he was before. I think this is because the focus is being done on the parent grid. Is there anyway I can prevent this?
Thanx
Manuel
0
Hi Manuel,
I suggest that you open a formal support ticket and send me a runnable application where I can observe the issues you are facing. I could debug it locally and find a proper solution for you.
Best wishes,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I suggest that you open a formal support ticket and send me a runnable application where I can observe the issues you are facing. I could debug it locally and find a proper solution for you.
Best wishes,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

mpoi
Top achievements
Rank 1
answered on 16 Jan 2014, 11:29 PM
Hi Pavlina,
I have the same problem...
I have to use RadGrid for a ServerSide binded DataSource with enabled filtering and sorting.
Filtering result live data on keypress in textBox (FilterControl).
The complete RadGrid is updated by AJAX (RadAjaxManager).
Filtering and sorting works fine so far...
BUT:
there is only one problem left:
Anytime the filter value changes, the complete page scrolls to top position :-(
Thats a problem: The grid is at y-position 600px from top, so in low-size-browser-window the filter-textbox-control (where the cursor is at the end of already existing text <- hard to realize) it's at the end of window. The user is getting crazy scrolling around to filter the grid value.
I think, thats the same problem :-(
Please help - I'm so frustrated...
I have the same problem...
I have to use RadGrid for a ServerSide binded DataSource with enabled filtering and sorting.
Filtering result live data on keypress in textBox (FilterControl).
The complete RadGrid is updated by AJAX (RadAjaxManager).
Filtering and sorting works fine so far...
BUT:
there is only one problem left:
Anytime the filter value changes, the complete page scrolls to top position :-(
Thats a problem: The grid is at y-position 600px from top, so in low-size-browser-window the filter-textbox-control (where the cursor is at the end of already existing text <- hard to realize) it's at the end of window. The user is getting crazy scrolling around to filter the grid value.
I think, thats the same problem :-(
Please help - I'm so frustrated...
0
Hello,
I am afraid we are not able to replicate the issue locally. Can you replicate this behavior with any of our demos?
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
If the problem still persists please provide us the exact steps to reproduce the issue, providing a live URL could also help. Thus, we will be able to further analyze the problem and advice you further.
Regards,
Pavlina
Telerik
I am afraid we are not able to replicate the issue locally. Can you replicate this behavior with any of our demos?
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
If the problem still persists please provide us the exact steps to reproduce the issue, providing a live URL could also help. Thus, we will be able to further analyze the problem and advice you further.
Regards,
Pavlina
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.