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

IE "X" clears content but does not raise grid command event

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 21 Mar 2017, 01:42 PM

I believe this issue has been brought up in other threads. The IE browser displays an "x" in text input controls which can be used to clear the contents of the control. Clicking on it works, but it does not behave the same as when the user selects the content and hits the backspace or delete keys. Clicking on the "X" in the filter textbox does not raise the GridCommand client=side event which I am using to perform my filtering with a webservice.

Is there a way around this issue? I realize the "x" is not a Telerik feature, however, it makes it so using Telerik controls with IE can cause problems in certain scenarios. Since this "x" issue has been around for a while, I'm hoping you guys have figured out a way around it.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 24 Mar 2017, 08:25 AM
Hello Al,

Yes, this X button is IE specific and not related to Telerik. You can remove it using CSS to prevent misleading the users and to offer the same appearance and functionality on all browsers:
http://stackoverflow.com/questions/13481577/how-can-i-disable-the-clear-button-that-ie10-inserts-into-textboxes
http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs
http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html

If you prefer to have a small X button next to filter inputs, we can prepare a sample RadGrid web site to demonstrate how you can achieve this requirement and send it to you.

Regards,
Eyup
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Eyup
Telerik team
Share this question
or