I am having a problem with xamdatagrid vertical scroll bar where if I put it in a grid and set the grid column width to "Auto" the scrollbar disappears, if I increase the width of the grid area with a splitter it reappears. I am using wpf 2009.2
How can I force the vertical scroll bar to appear when the grid is using Auto width mode.
Hello Vishal,
Thank you for your post. I have been looking into it and I can say that currently it is not possible to fix Rows in the XamGrid, so you can suggest this as new product idea here:
http://ideas.infragistics.com/
As for the freezing of the header I can say that this is the default behavior. I attached a sample project where this is shown. Also I can say that when you put a ScrtollViewer it doesn't know that there are fixed Columns in the XamGrid, so it is expected that the functionality is broken. This is why I can suggest you use the built in ScrtollViewer.
Hope this helps you.
Hi Stefan,
I had couple of questions on xamGrid:
1. Is it possible to fix (freeze) rows using xamGrid?
2. Is it possible to freeze header row using xamGrid?
3. In XamGrid, Fixed columns is not working when used inside ScrollViewer. Could you please confirm this.
Thanks in advance.
Hello Saravanan,
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/69461.aspx
where a similar question is already discussed.
Could someone reply for this, i have a scenario, where both vertical and horizontal scroll bars needs to be removed.
It urgent since we are planing for deployment this weekend.
How can I hide the scrollbar of the XamDataGrid??