Hi,
I would like to center all columns of RadGrid on the screen display as well as on pdf export of the file. How can I do that? I tried many techniques but didnt see anything happening for example:
gridview.MasterTableView.GetColumn("column").HeaderStyle.HorizontalAlign = HorizontalAlign.center
but without any success.
Any suggestions on that??? thanks
I would like to center all columns of RadGrid on the screen display as well as on pdf export of the file. How can I do that? I tried many techniques but didnt see anything happening for example:
gridview.MasterTableView.GetColumn("column").HeaderStyle.HorizontalAlign = HorizontalAlign.center
but without any success.
Any suggestions on that??? thanks