Guys,
can u please help me to remove this extra column space in XAMGrid (not xamdatagrid). I dont want to use * size on column width. Any other solutions?
Hello,
I have been looking into your question and the column that you have pointed is called Filler Column. In order to remove you have the following options:
· Set the columns to have a star width, that way the columns will take up any extra space in the grid.
· Change the width of your grid to be smaller.
· Give your grid infinity width by putting it in a container such as a ScrollViewer with HorizontalScrolling set to auto.
For more information regarding the discussed matter please refer to the following link:
http://help.infragistics.com/NetAdvantage/Silverlight/2011.1/CLR4.0/?page=xamGrid_Filler_Column.html
In case you require some additional assistance regarding the discussed matter, please do not hesitate to contact us us.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
Hi,
Though i getrid of extra col space in xamgrid by using fillercolumn setting but still i am getting issues when i applied style on xamgrid. The cell borders are visible on invisible column. how can i remove this. Screenshot is attached
I have been looking into your post, but it seems like I am missing something about your scenario, so could you please send me an isolated sample project, where this is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Pls tell me the way by which i can remove the blank space of the last column in xamgrid, Kindly note the scenerio.
1. XamGrid control
2. Conditional Formating is true
3. Filler Col property is true
----------
The problem is when i create style for the conditional formatiing cells, those cells shows the mousehover style at the end of the xamgrid, if i remove all styles from ConditionalFormatingCellControl then xamgrid looks wrost... i wanna a style which's target is ConditionalFormatingCellControl in the filler column and it should work.
anybody help?