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

Revalidate all RadGridView

0 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jocker none
Top achievements
Rank 1
jocker none asked on 22 Dec 2009, 07:18 PM
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:
gridView.RowLoaded += new EventHandler<RowLoadedEventArgs>(gridView_RowLoaded); 
... 
void OrderPackGridView_RowLoaded(object sender, RowLoadedEventArgs e) 
                e.Row.IsSelected = true
                (sender as RadGridView).BeginEdit(); 
(it set selection, but not edit area to added row)

Thanks.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
jocker none
Top achievements
Rank 1
Share this question
or