TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
golocorbin
NA
44
101.4k
RowValidating in master/detail scenario
Oct 28 2011 6:11 AM
simple or not tht is .... ?
I have two DataViewGrids , for master and detail record.
I have RowValidating on second grid to suspend blank cell.
Now:
if changes parent record RowValidating on current detail record do:
1) validation current detail record (index 3)
2) datagridview get new set detail records (in my case one row)
3) RowValidating validation again row index 3 !!!
4) Than validation new record index 0
In grid now I have one OK row - index 0 and three blank rows
(grid is not reefresh )
Without RowValidating bind work fine
How I can suspend validation old (blank) row ?
Reply
Answers (
0
)
Is using Stacks (the data collection class) allowed in Silverlight? I have used Stacks in my WPF c#...
Ambiguous Method Of Show And ShowDialog For Displaying Winform