Hi,
I have a RadTreeListView and on 'SelectionChanged' event of it, I am calling a webservice and populating the child nodes. Since this webservice takes some time to load , I am using a RadProgressBar to show 'loading' image. Once webservice is over, I am closing the progress bar. Progress bar closes but it doesnt enable the parent window.
<
telerik:RadProgressBar IsIndeterminate="True" Grid.Column="0" Margin="0,0,0,0" />
Thanks,
Divya