Hi Telerik Team,
i'm evaluating the grid view and i have following problem:
the gridview currentitem and itemsource is bind to a viewmodel.
the viemodel loads the data, triggered from the grid Loaded event.
And right after loading (synchronous) i set the new currentitem,
but its to early for the grid view !
Wath is the bes way to setting the currentitem from the viewmodel?
Right now i'am using a trick via Dispatcher.BeginInvoke.
Thanks
Ralf
i'm evaluating the grid view and i have following problem:
the gridview currentitem and itemsource is bind to a viewmodel.
the viemodel loads the data, triggered from the grid Loaded event.
And right after loading (synchronous) i set the new currentitem,
but its to early for the grid view !
Wath is the bes way to setting the currentitem from the viewmodel?
Right now i'am using a trick via Dispatcher.BeginInvoke.
Thanks
Ralf