I am Using Silverlight 4 XamGrid in my Application. When grid is in expand mode,if we scroll vertically (to move first few rows to top ) and the scroll horizantally data rows are detaching from header .
Please see the below screen shot for more information and help me to resolve this problem
Thanks,
Siva
Hi,
I was able to reproduce the issue in 10.2.20102.1029. This issue was fixed in one of our previous service releases. I've tested it with the latest SR (10.2.20102.2175) using your sample and the issue is not reproducible.
I've also had a look at the code. You have Indentation = 0 set on every column layout which is the same as setting it on the XamGrid, so have in mind that resizing of columns in different layouts won't be synchronized.
I've created a case for you (CAS-57032-MNNWZ3) so our developer support can contact you and send you a link to a Service Release.
Regards,
Hi Nikolay,
Thanks for responding immidiately.
version and build number of Product I am currently using is 10.2.20102.1029.
I have attached sample application below where i can able to replicate the same problem.
my obervation is that if we have 1 level of heirarchy there is no prablem(scrolling is smother) .if we have 2 nd level or more level hierarchy then we are facing that problem(scrolling issue).More over we have not set Indentation property of the XamGrid to 0 .
please let me know, are u able access below sample app or not?
if not suggest me how can i share you the sample app
Could you provide more information? If you have a simplified sample that reproduces the issue will be of great help. Also what version of the product are you using (version and build number like 10.3.20103.1006)?
Do you have the Indentation property of the XamGrid set to 0? If this is the case you might get a result like in the above screenshot because the widths of the columns won’t be synchronized in the different column layouts.