Originally posted by Amit00
As far as placing the code:
Create a property, like a collection of strings that will represent the header names. In the properties setter, call the code to change the column headers with the values supplied to the property.
I would then expose a public event which will allow you to pass a colleciton of type string. The user of the control then needs to override the event...
Leave a comment: