|
-
Nov 14th, 2002, 12:15 PM
#1
Thread Starter
New Member
Datagrid Column Header
I have a Datagrid that I'm binding a dataset to, however I need to rename a couple column Headers(template columns) at run-time, based upon user interaction..
Datagrid1.Columns(1).HeaderText = "Heading #1"
Datagrid1.Columns(2).HeaderText = "Heading #2"
looks like it should work, but doesn't.
anybody have any solutions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|