C# - WPF - ColumnGroups Footer? (telerik) -


can tell me whether it's possible set footer each columngroups of radgridview in wpf using code behind?

i able on normal gridviewdatacolumn setting footer attribute true how columngroups? possible?

no, don't think possible. telerik documentation has no such feature.

you can set xaml code behind normal columns, not column groups...

by default though column footers hidden, in order make them visible have set showcolumnfooters property true, per example:

<telerikgrid:radgridview x:name="radgridview"                          showcolumnfooters="true">     ... </telerik:grid:radgridview> 

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -