And also this one that I’ve just found
Support for the Class-
feature would be really nice and helpful for the grid view column controls.
Like it is available here:
And also this one that I’ve just found
Support for the Class-
feature would be really nice and helpful for the grid view column controls.
Like it is available here:
Agreed, I made Add html capability to grid columns · Issue #1770 · riganti/dotvvm · GitHub
Currently, you can do this using the CellDecorators
property
<bp:GridviewTextColumn ...>
<CellDecorators>
<dot:Decorator Class-something={value: ...}
</CellDecorators>
</bp:GridviewTextColumn>
Wasn’t aware that the <bp:SomethingColumn
(LE: that are not GridViewTemplateColumn
) controls support content, didn’t thought to try.
Certainly though, them supporting “Class-” feature would allow for a thinner markup of the GridView, I think.