My DataForamtString is {0:#,##0;(#,##0);0} and my data value is (Decimal)0. In a view mode, it is displayed as "0" as I want but in edit mode (in place) it turns into "0.0000". Why? How can I control this format without explicit loading the control item?
1. My format already defines a number with no digits after decimal point.
2. The CS code is something that I wanted to avoid. Besides, it bumbs with exception:
Unable to cast object of type 'System.Web.UI.WebControls.TextBox' to type 'Telerik.Web.UI.RadNumericTextBox'.