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

[Solved] Validation error Message

1 Answer 130 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Amit Patel
Top achievements
Rank 1
Amit Patel asked on 03 Mar 2010, 03:11 PM
How can I get the error to message to show up whenevery there is an exception during cell update. At the moment, it will surround the cell with red border, but the error won’t show up unless I hover over it. However, if i were to template out the column and put the text box, the error message will show p automatically. I don't need to hover over the cell to see it.


<

 

TextBox x:Name="_textBox" Text="{Binding Bindings.PlanUnit, Mode=TwoWay, NotifyOnValidationError=true, ValidatesOnExceptions=true }"/>

 

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 09 Mar 2010, 01:12 PM
Hi Amit Patel,

Sorry for the late reply.

Indeed there is a difference between behavior of the TextBox and RadGridView default TextBoxEditor invalid states (current version). With the current version you cannot change this behavior but I believe that we've fixed this issue for the next official release. Please try your scenario with our next version (will be available later this week) and let me know about the result.

Kind regards,
Nedyalko Nikolov
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
GridView
Asked by
Amit Patel
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or