StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Error not shown in xtragrid for custom property
Error not shown in xtragrid for custom property
Post Reply
Like
0
Prev
1
2
Jump To Page
Error not shown in xtragrid for custom property
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Chan
Chan
posted 17 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 533,
Visits: 2K
Hi,
How could I make control response to IDataErrorInfo for custom field?
Thank you
Reply
Like
0
Trent Taylor
Trent Taylor
posted 17 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
It will work if your custom field has a field within the DataTable in the BO. If you have a custom property that does not pull from the internal data table of the BO then it will not return an error. The same applies for the broken rule. So at present, without having another object, you would have to add the field to the SELECT or manually to the data table using the Columns collection of the CurrentDatatable. Once the field exists, then you can just add a broken rule:
Me.AddBrokenRule("MyCustomField", "My Error")
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Prev
1
2
Jump To Page
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search