Hi.
I like to apply from my code behind a style attribute that can change with every postback,
sadly the TableItemStyle class doesnt have a property of Type CssStyleCollection.
(I would like to recommend this property with the next versions)
Since this property is missing and "max-width" isnt a property aswell, i tried to make my one TemplateColumn override the HeaderStyle Property with a CustomTableItemStyle class and finally there override the AddAttributesToRender Methode... but this fails and nothing gets renderd.
Hope you can help me solve this problem.
I like to apply from my code behind a style attribute that can change with every postback,
sadly the TableItemStyle class doesnt have a property of Type CssStyleCollection.
(I would like to recommend this property with the next versions)
Since this property is missing and "max-width" isnt a property aswell, i tried to make my one TemplateColumn override the HeaderStyle Property with a CustomTableItemStyle class and finally there override the AddAttributesToRender Methode... but this fails and nothing gets renderd.
Hope you can help me solve this problem.