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

RadGrid filter popups is comong at RadTextBox controls on Enter key press

7 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Veeru
Top achievements
Rank 1
Veeru asked on 16 Aug 2011, 10:17 AM
Hi Team,

I created a page with one RadGrid , few RadTextBox controls and one asp button.

When i click on enter key for first time then Button click event is firing....
But when i click mouse on any RadTextBox and press Enter key of the Key Board, then the filter menu [pop up] of RadGrid comes to that RadTextBox.
Why this filter menu[popup] is displaying for RadTextBoxes, Its has to display for RadGrid only

Please suggest me how to resolve that issue.

7 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 19 Aug 2011, 12:09 PM
Hello Veeru,

I followed your steps, though I was not able to observe the issue. Can you share the problematic page code?

Greetings,
Iana
the Telerik team

Browse the vast support resources we have to jump start 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.

0
Vamsi Kamal
Top achievements
Rank 1
answered on 16 Jul 2012, 12:43 PM
Hi,

I have an issue with RadGrid Filter.
When I press enter key, when the focus is in Filter Combo Box of RadGrid, Then page is reloading.
I want to avoid this. Tried many ways and failed.

Could you plz help.
TIA
0
Kostadin
Telerik team
answered on 17 Jul 2012, 08:43 AM
Hi Vamsi,

Could you tell us what is the behavior you expect to see in this scenario? Also, to be able to give you a relevant suggestion I will need the control declaration, so please post it along with your description.

All the best,
Kostadin
the Telerik team
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 their blog feed now.
0
Vamsi Kamal
Top achievements
Rank 1
answered on 17 Jul 2012, 08:51 AM
I don't want to refresh the page if the filter text box/combo box is empty and then pressed enter key.
If it is refreshing the page some times rad grid is loosing back colors of few cells.
0
Kostadin
Telerik team
answered on 17 Jul 2012, 03:40 PM
Hi Vamsi,

As you can see in our demos this behavior is not happening.
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filteringtemplatecolumns/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx

Please, check the demos and let me know where are the differences between your project and the demos.

Greetings,
Kostadin
the Telerik team
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 their blog feed now.
0
Vamsi Kamal
Top achievements
Rank 1
answered on 18 Jul 2012, 05:19 AM
In my RadGrid we have combo box for filtering that is the diff I can see.
My main issue was resolved, by rebinding the RadGrid if the postback event is caused by enter key press.
But I was unable to restrict postback when enter key pressed in the filter combo box....
0
Kostadin
Telerik team
answered on 19 Jul 2012, 12:59 PM
Hi Vamsi,

Could you confirm that you did not set AutoPostBackOnFilter property of the GridBoundColumn or AutoPostBack property of the RadComboBox to true? If you did not than could you provide a code declaration to try to reproduce you issue locally.

Kind regards,
Kostadin
the Telerik team
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 their blog feed now.
Tags
Grid
Asked by
Veeru
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Vamsi Kamal
Top achievements
Rank 1
Kostadin
Telerik team
Share this question
or