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

Grid Error Reporting When Multiple Object Properties Have Errors

2 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 19 Jul 2010, 08:05 PM
Hi,

I'm trying to figure out what the expected user experience is when you implement INotifyDataErrorInfo and raise the ErrorChanged event with a null value for the DataErrorsChangedEventArgs propertyName parameter. According to the .Net documentation that is used to signal an error that affects multiple properties.

I do see the grid calling the GetErrors with an empty string for the property name which is also supposed to mean get the list of errors for all properties of the object, which I do return a list. What I see the grid doing is just highlighting the row as red and showing the error icon in the RowIndicator column but I am not able to see any sort of tooltip showing me what the error is...Is this related to the known bug mentioned in thread http://www.telerik.com/community/forums/silverlight/gridview/binding-expression-error-in-new-q2-2010-release.aspx?

The Q1 SP2 release doesn't seem to behave this way but then again it doesn't seem to show the error icon on the row indicator column. I must say this version of the RadGridView is killing me...If it weren't for us adding the use of the IsBusyIndicator control I'd rollback to the Q1 release!

Thanks,

Carlos

2 Answers, 1 is accepted

Sort by
0
Carlos
Top achievements
Rank 1
answered on 22 Jul 2010, 12:36 AM
Haven't heard back about this one. Just wanted to ping you guys again so that it doesn't get lost with the other tickets I've submitted around the GridView
0
Milan
Telerik team
answered on 22 Jul 2010, 05:06 AM
Hi Carlos Santos,

Currently there is no support for raising ErrorsChanged with a null propertyName parameter but we will consider adding such support. In the mean time you could raise ErrorsChanged for all properties that are not valid.

Thank you for your valuable feedback. I have updated your Telerik points.


Sincerely yours,
Milan
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
Carlos
Top achievements
Rank 1
Answers by
Carlos
Top achievements
Rank 1
Milan
Telerik team
Share this question
or