Background
I am using a RadGrid with GridNumericColumns, but I can reproduce this using just a RadNumericTextbox on a page.
Telerik.Web.UI.dll 2013.2.611.35.
IE10, IE7, Chrome, Firefox
Issue
When entering a decimal value into a RadNumericTextbox, if there are no values greater than 0 to the left of the decimal point, and the first non-zero digit is seven digits to the right of the decimal point, the number will be displayed in the field in scientific notation on focus. 0.0000007 will be displayed as 7e-7 if the user enters the number, selects outside the textbox, and then selects the textbox again. I would like it to remain in standard decimal notation.
Code
<telerik:RadNumericTextBox ID="rntTest" runat="server" DataType="Decimal" NumberFormat-DecimalDigits="15"></telerik:RadNumericTextBox>
Additional Notes
The user in the previous thread seemed to be having an identical issue. Perhaps this bug has been reintroduced?
Previous Issue
What I'm trying to accomplish is very simple (but I can't seem to find a way on my own).
<ClientEvents OnRowDblClick="RowDblClick" />' and then... <telerik:RadScriptBlock runat="server"> <script type="text/javascript"> function RowDblClick(sender, eventArgs) { sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical()); } </script> </telerik:RadScriptBlock>Protected Sub RadGrid1_EditCommand(sender As Object, e As GridCommandEventArgs) RadGrid1.MasterTableView.EditMode = GridEditMode.EditFormsEnd Sub
.RadWindow .rwPinButton, .RadWindow.rwInactiveWindow .rwPinButton:hover
{ background-position: -2px -502px; }
The above should be .RadWindow .rwPinButton:hover, .RadWindow.rwInactiveWindow .rwPinButton:hover
as currently it overrides the following class:
.RadWindow .rwPinButton {
background-position: -180px 0;
}
With Close button and others too:
.RadWindow .rwCloseButton, .RadWindow.rwInactiveWindow .rwCloseButton:hover
{
background-position: -2px -762px;
}
.RadWindow .rwCloseButton {
background-position: -90px 0;
}

Server Error in '/' Application.The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.Stack Trace: [HttpException (0x80004005): The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.] System.Web.UI.ControlCollection.RemoveAt(Int32 index) +12539142 Telerik.Web.UI.GridBatchEditingHelper.CreateColumnEditorsPanel() +314 Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) +1632 Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) +1116 System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +95 System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +222 Telerik.Web.UI.GridTableView.PerformSelect() +244 Telerik.Web.UI.GridTableView.DataBind() +441 Telerik.Web.UI.GridTableView.OnPreRender(EventArgs e) +53 System.Web.UI.Control.PreRenderRecursiveInternal() +113 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Control.PreRenderRecursiveInternal() +222 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297Stack Trace:System.Web.HttpUnhandledException (0x80004005): Generata eccezione di tipo 'System.Web.HttpUnhandledException'. ---> System.Web.HttpException (0x80004005): The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases. in System.Web.UI.ControlCollection.RemoveAt(Int32 index) in Telerik.Web.UI.GridBatchEditingHelper.CreateColumnEditorsPanel() in Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) in Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) in System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) in System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) in Telerik.Web.UI.GridTableView.PerformSelect() in Telerik.Web.UI.GridTableView.DataBind() in Telerik.Web.UI.GridTableView.OnPreRender(EventArgs e) in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Control.PreRenderRecursiveInternal() in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) in System.Web.UI.Page.HandleError(Exception e) in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) in System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) in System.Web.UI.Page.ProcessRequest() in System.Web.UI.Page.ProcessRequest(HttpContext context) in ASP.admin_users_users_aspx.ProcessRequest(HttpContext context) in System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() in System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)Exception Data (0 items):Base Exception Data (0 items):.rgMasterTable td { padding: 10px !important; }.rgExpandCol { padding: 2px !important; }