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

[Solved] Scroll Issue into hierarchical RadGridView

5 Answers 324 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Manas
Top achievements
Rank 1
Manas asked on 05 Jul 2009, 06:09 PM

Hi,

I have hierarchical GridView and enabled vertical scroll bar on parent grid, now when scroll then it is not smooth just jumping as parent Grid.

Anybody have any idea regarding that please response.

 

 

Regards,

Manas

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 06 Jul 2009, 10:55 AM
Hello Manas,

The grid does not support pixel based scrolling by default (only logical - row by row) however you can workaround this at some level similar to our first look example where the child grid is inside stack panel:
http://demos.telerik.com/silverlight/#GridView/FirstLook

If the grid row is too tall, RadGridView will switch to pixel by pixel scrolling!

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Manas
Top achievements
Rank 1
answered on 07 Jul 2009, 08:56 AM
Hi Vlad,

Thanks for your quick response.
RadGridView does not support (ScrollViewer.VerticalScrollBarVisibility="Auto"), I think it is pixel base scrolling. Can I put my hierarchical Grid into ScrollBar tag or anything else?

I have checked GridView->FirstLook example code and running application, I think so there are any workaround regarding that, it is also jumping as a parent row.

It is very urgent, if you kindly support me (any other direction).

Regards,
Manas
0
Manas
Top achievements
Rank 1
answered on 08 Jul 2009, 01:10 PM

Hi Vlad,

 

I have found a serious bug into RadGridView Scroll bar. In your Demo project Grid View->First Look and same in my project also.

 

In hierarchical grid I have so many parent and child rows (here user can insert new child rows), now if I expand one by one except first two three parent rows then scrollbar comes and go to bottom, again collapse one by one from bottom then one point of time scrollbar has gone but top rows are not showing then you are stack, you can’t go up. Only workaround is if you use mouse wheel button and go up.

 

 I hope, you would fine some workaround regarding this.


Thanks.
 

Regards,

Manas
0
Hristo
Telerik team
answered on 09 Jul 2009, 07:30 AM
Hi Manas,

First Look is special case (highly customized) example so it is possible to have some side effects. Most probably we will modify the example with some future release.
Do you have such problems with other hierarchy examples?
In your application do you use the xaml from First look? If yes can you try it by removing all custom templates?

Greetings,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Manas
Top achievements
Rank 1
answered on 23 Jul 2009, 12:58 PM

Hi,

 

This issue has been resolved. I have got a workaround. I have put my RadGridView into a ScrollViewer object.

 

 

Thanks.

 

Manas

Tags
GridView
Asked by
Manas
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Manas
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or