This is a migrated thread and some comments may be shown as answers.

Mobile RadGrid GridNumericColumn

2 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CDK
Top achievements
Rank 1
CDK asked on 05 May 2017, 10:26 PM
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.

2 Answers, 1 is accepted

Sort by
0
CDK
Top achievements
Rank 1
answered on 06 May 2017, 04:57 PM
I should also mention that this issue is happening with Safari on both an iPhone and iPad. It also happens when viewing the page on the desktop with Chrome.
0
CDK
Top achievements
Rank 1
answered on 06 May 2017, 07:25 PM
I figured out the problem. Just in case anyone stumbles into this... you cannot format a number with commas. The format causes the input to clear out.
Tags
Grid
Asked by
CDK
Top achievements
Rank 1
Answers by
CDK
Top achievements
Rank 1
Share this question
or