How to change column header name of datagridview?
about datagridview
Collapse
X
-
Tags: None
-
Did you read the title of the very first post in this section? I guess not; youOriginally posted by minaldukestarHow to change column header name of datagridview?
posted your question in the .NET Articles section. It doesn't belong there; it
belongs in the .NET Forums section. I'll move your question to that forum.
kind regards,
Jos -
Or there is a chance to FindControl in code.
Create some GUI object and than set its property Footer...
Originally posted by PlaterIf this is bound to a datasource, then you will have to change it in the datasource.
If you're populating it manually, just name it whatever you want. It's a property of the column (I believe)Comment
-
I believe with the edit colums properties of the gridview you can change the column header if its already bound toComment
Comment