Hi Guys,
I am using XamGrid where i applied FillerColumn property on XamGrid to hide unused space in the last column, i am using Header Style and Style in the filler column. My issue is with Row Summary cell control, as i am using summarycell control in the grid and its stretch upto screen and clearly visible in the filler column also. Kindly help me that how can i hide the RowSummary Cell Control in the filler column. See the screenshot for clear picture.
Hello Vikram,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created Styles for the CellControl, SymmaryRowCellControl and HeaderCellControl and handled their Loaded events and check if they have Content and if not I set their Visibility to Collapsed. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.