Hi,
i'm trying to make a grid look like the attached image. i want the total part at the bottom to look like the image. i've tried various things and i can't even get it to pin to the bottom.
i found code on another thread that said to do this to get it to the bottom:
grdTxCodes.MasterView.SummaryRows[0].PinPosition = PinnedRowPosition.Bottom;
but that doesn't work for me unless the grid has a bunch of rows in it. when there's no rows or only a couple, the summary row is right under them. I need it at the bottom and also need it to only show for a couple columns. i added summary items for those columns and i do get totals, but all the other columns have what look to be cells under them that are just blank. can those be removed?
i blacked the data in it out for security reasons.
Thanks!
i'm trying to make a grid look like the attached image. i want the total part at the bottom to look like the image. i've tried various things and i can't even get it to pin to the bottom.
i found code on another thread that said to do this to get it to the bottom:
grdTxCodes.MasterView.SummaryRows[0].PinPosition = PinnedRowPosition.Bottom;
but that doesn't work for me unless the grid has a bunch of rows in it. when there's no rows or only a couple, the summary row is right under them. I need it at the bottom and also need it to only show for a couple columns. i added summary items for those columns and i do get totals, but all the other columns have what look to be cells under them that are just blank. can those be removed?
i blacked the data in it out for security reasons.
Thanks!