Hi,
Since part of our data requires to be always on top of the grid, I thought of xamdatagrid record lock functionality at the first time. But found that the freezed record cannot be scrolled down, if the locked record number are more than half of the page, other records may never be seen. So, I want to use TWO xamdatagrid. Now the problems are: how to synchronize 2 xamdatagrid column width if I adjust them, how to synchronize filter,etc.
Could you please give me suggestions?
Thanks a lot!
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks for your help. The solution works very well in our project.
I have been looking into your requirement and I modified the sample project for you with the functionality you want. Basically I set the RecordListControl’s ScrollViewer’s CanContentScroll Property to True. Please let me know if this helps you or you need further clarifications on this matter.
Looking forward for your reply.
Hi Stefan,
The difference between your sample code and my project is that I use igDP:RecordListControl to make my 1st grid horizontal scrollbar invisible. After that, the fixed column is no longer fixed using SetViewerOffset().
I've add RecordlistControl in your sample code inside of xamDataGrid1 resources. You'll see the same issue as I mentioned. Please see the attachment.
Thanks so much for help!
Hello again,
I have been looking into the sample again and I modified it, so now it works as you want. Basically I used the code you have provided and modified it so now both ScrollViewers are synchronized. Please let me know if this helps you or you need further clarifications on this matter.