问题
Hai all,
How to change devexpress gridconrol column header caption
using c#.
please help
回答1:
This can be done using the following code in the Page_Load event:
ASPxGridView1.Columns[0].Caption = "Some Value";
来源:https://stackoverflow.com/questions/3751516/change-devexpress-grid-control-column-header-caption