Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
Numeric Editor Provider for grid - clear button
posted

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>