`Class-` feature for GridView column controls

And also this one that I’ve just found :smiley:

image

Support for the Class- feature would be really nice and helpful for the grid view column controls.

Like it is available here:
image

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>
1 Like

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.

1 Like