The following numeric editor provider is used in the hierarchical grid.. in IE ( only ) on focus ( editing) it shows clear sign - X . Is there any way to remove or disable it.
Please answer in 14.2.
Thanks.
<ig:NumericEditorProvider ID="positiveNumericEditor"> <EditorControl runat="server"> <ClientEvents KeyDown="positiveNumericEditorKeyDown" Spin="positiveNumericEditorSpin" /> </EditorControl> </ig:NumericEditorProvider>
Hello Mike,
Thank you for contacting us.
I think the issue is connected with the browser itself. It puts (x) button on the right side of the field, it's used to clear the text.
Please take a look at this stackoverflow question http://stackoverflow.com/questions/13481577/how-can-i-disable-the-clear-button-that-ie10-inserts-into-textboxes where a solution is given.
Let me know if you need further assistance.
so what would be the way to incorporate this solution into the grid editor provider. The issue is that when clear is pressed, than editor is loosing ability to accept numbers.. actually only one digit could be entered and then it continue to override the latest..