Hi,
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.
Note: A sample project and screenshot is attached here.
anybody help?
Hello Vikram,
I have been looking into your issue and I am not sure that I completely understand your scenario, still I can suggest you just set the visibility of the cells and the header from the last(filler) column to Collapsed. For additional reference about this approach you can check the attached sample which I modified for you.
If you need any additional assistance with this matter or if I have misunderstood you in any way please feel free to let me know.
Hi Elena,
I have succeed to hide last column of XamGrid by the fillerColumn setting but the same this i want for XamDataGrid also... Is there any fillercolumn type property availble to the XamDataGrid? how can i hide the last remaining space in the XamDataGrid.
You can achieve the same functionality by just setting the AutoFit property of the XamDataGrid to true. Furthermore you can try a different designs by setting the AutoFitMode property of the FieldLayoutSettigns.
Please let me know if you need any additional assistance on this matter.