This question is locked. New answers and comments are not allowed.
Bug: Can't "unclick"/release a scrollbar (Only tested with the vertical scroll bar)
My Telerik.windows.controls.gridview version is 2010.2.812.1040
Cause
1. Have a grid view with enough items such that it creates a scroll bar
2. Click and hold the scroll bar
3. Whilst you are holding the scroll bar, some event should block access to the grid. (e.g. I have a busy indicator around the grid and the IsBusy becomes true the false)
You are now unable to release the scroll bar, and it is in a permanently "clicked" state
My Telerik.windows.controls.gridview version is 2010.2.812.1040
Cause
1. Have a grid view with enough items such that it creates a scroll bar
2. Click and hold the scroll bar
3. Whilst you are holding the scroll bar, some event should block access to the grid. (e.g. I have a busy indicator around the grid and the IsBusy becomes true the false)
You are now unable to release the scroll bar, and it is in a permanently "clicked" state
4 Answers, 1 is accepted
0
Hi Alex,
Can you give us some more details about point 3 - how exactly are you setting IsBusy="True" upon scrolling the grid ? It will be best if you send us a sample application (via support ticket) where we will be able to debug and investigate the problem. Thank you.
All the best,
Yordanka
the Telerik team
Can you give us some more details about point 3 - how exactly are you setting IsBusy="True" upon scrolling the grid ? It will be best if you send us a sample application (via support ticket) where we will be able to debug and investigate the problem. Thank you.
All the best,
Yordanka
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Alex
Top achievements
Rank 1
answered on 07 Nov 2010, 11:25 PM
I am setting it off with a DataLoading event from my client side data source (That links to RIA) and it is bound to the DataSource.IsBusy
(A similar issue also occurs when moving a radwindow, if you loose focus whilst holding down and moving the window, you can't let go of it)
(A similar issue also occurs when moving a radwindow, if you loose focus whilst holding down and moving the window, you can't let go of it)
0
Hi Alex,
Yordanka
the Telerik team
Unfortunately, we are unable to reproduce your case so is it possible to send us a sample application that demonstrate it ? In this way we will be able debug the problem and to provide you with appropriate solution. To do this you need to open a separate support ticket and to attach your application there.
Regards,Yordanka
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Nachiket
Top achievements
Rank 1
answered on 24 Jan 2013, 06:11 AM
Hi Alex,
I think I know the problem you are talking about.
It is easy to replicate with a RadGridView which is used with VirtualQueryableCollectionView, When you scroll UP or DOWN the grid, and you have Scroll back pushed with mouse button, the problem appears when VirtualCollectionView starts reading data for the scrolled region and Busy indicator kicks in.
Try the ScrollMode= Deferred instead of Realtime as work around to this problem
Hope it helps
Cheers,
Nachiket
I think I know the problem you are talking about.
It is easy to replicate with a RadGridView which is used with VirtualQueryableCollectionView, When you scroll UP or DOWN the grid, and you have Scroll back pushed with mouse button, the problem appears when VirtualCollectionView starts reading data for the scrolled region and Busy indicator kicks in.
Try the ScrollMode= Deferred instead of Realtime as work around to this problem
Hope it helps
Cheers,
Nachiket