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

[Solved] New Validation bug in 2010.3.1110

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Andrew asked on 13 Nov 2010, 06:34 PM
I believe there is a validation bug in 2010.3.1110 grid view (which was not there in previous versions)
//       [Range(0, 9)]
       [RegularExpression("[0-9]", ErrorMessage = "Pol: Enter a value 0-9")]
       [DisplayName("Pol")]
       public int? POL { get; set; }

The (commented out) Range validation above now always fails, even with a correct value such as 5, However, the (nearly equivalent) Regex (not commented out) does work as expected so I'm using that as a workaround.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 15 Nov 2010, 04:37 PM
Hi Andrew,

Indeed, I was able to observe the behavior you have described. However, I'm happy to inform you that we were able to address it. Thus I'm attaching the build which contains the fix. I have updated your telerik points too.

Regards,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Andrew
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or