I'm working on creating a mobile version of a RadGrid with RenderMode = RenderMode.Mobile. We are experiencing an issue with the GridNumericColumn when it is in edit mode. If the row is open for editing and the stored value is greater than 999, the numeric control is cleared out (blank). If I save the value to 999 or lower, it is displayed correctly. Any ideas? The grid and page work fine when the RenderMode is set to classic. The grid also has AllowScroll = true.