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

GridView Scrollbar bug

4 Answers 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 03 Nov 2010, 06:15 AM
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

4 Answers, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 05 Nov 2010, 04:28 PM
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
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)
0
Yordanka
Telerik team
answered on 09 Nov 2010, 03:50 PM
Hi Alex,

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
Tags
GridView
Asked by
Alex
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Alex
Top achievements
Rank 1
Nachiket
Top achievements
Rank 1
Share this question
or