Hello everyone,
We created a Custom Control which has a GridView as a part of it. We use the AutoGeneratingColumns functionality and the DisplayAttribute to define the header text. That works perfect. We want to set the Columns to a fixed width, and it would be great to do this with an Attribute or some sort of other way.
Does anyone have a suggestion? We don't want to change the fact that the columns are auto generated.
Thanks for any help...