Hi, some questions for you:
1) How i can
revalidate all rows in RadGridView (how to iterate and validate row) ?
2) If i add new data to IObservable<T> (my custom data context), how i can set added row to edit mode?
This code can't do this:
(it set selection, but
not edit area to added row)
Thanks.