I am exporting pdf files and was wondering if there was a way that if the cell is right aligned in the grid, to make it right align in the pdf file as well. I created a custom control. I have/will have over 200 reports. I want to be able to determine if the cell is right aligned or not other then
where I would have to know each ColumnUniqueName.
GridColumn col = (GridColumn)RadGrid1.MasterTableView.GetColumn("ColumnUniqueName"); |