Hi, I can not make busy indicators work.
I call the radVirtualGrid1.MasterViewInfo.IsWaiting = true before (and false after) i load a huge amount of data and write on the virtual grid with the CellValueNeeded event but i can't see the busy indicator bar.
Same thing when I call radVirtualGrid1.MasterViewInfo.StartRowWaiting(indexRow) inside the RowExpanding event and radVirtualGrid1.MasterViewInfo.StopRowWaiting(indexRow) inside the RowExpanded event.
The indicator doesn't work..
I partially resolved with the call to Application.DoEvents() immediately after the above methods. I can see the bar but they aren't animated!
Thanks in advance