hello friends,
is there any way to increase the size of the footer text for the same
do not break the line? Something similar to colspan attribute of html ...
Thank you!
Code:
<telerik:RadGrid ID="rgTeste" runat="server" AutoGenerateColumns="false" ShowFooter="true"
AllowPaging="true" PageSize="10" AllowSorting="true" AllowFilteringByColumn="False"
EnableTheming="false" Width="99.7%" OnNeedDataSource="rgTeste_NeedDataSource"
OnSelectedIndexChanged="rgPedidosPessoa_SelectedIndexChanged" OnItemDataBound="rgTeste_ItemDataBound">
<ClientSettings AllowGroupExpandCollapse="false" ReorderColumnsOnClient="false" AllowDragToGroup="false"
AllowColumnsReorder="false" EnablePostBackOnRowClick="true" >
<Selecting AllowRowSelect="true" />
<ClientEvents OnRowContextMenu="RowContextMenuRgPedidosPessoa" />
</ClientSettings>
<MasterTableView AutoGenerateColumns="false" NoMasterRecordsText="Sem informações."
Width="100%" TableLayout="Fixed" DataKeyNames="codigoPessoa,nome">
<Columns>
<telerik:GridBoundColumn DataField="quantidade" HeaderText="Qtde" HeaderStyle-Width="6%" Aggregate="Sum"
FooterText="Total: " HeaderTooltip="Quantidade">//
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="adress" HeaderText="Código SG." HeaderStyle-Width="10%" HeaderTooltip="Código sistema gestão"/>
<telerik:GridBoundColumn DataField="total" HeaderText="Total" HeaderStyle-Width="10%" DataFormatString="{0:N}" Aggregate="Sum"
FooterAggregateFormatString="Total: {0:N}" FooterStyle-Width="400px"/>//
</Columns>
</MasterTableView>
</telerik:RadGrid>
is there any way to increase the size of the footer text for the same
do not break the line? Something similar to colspan attribute of html ...
Thank you!
Code:
<telerik:RadGrid ID="rgTeste" runat="server" AutoGenerateColumns="false" ShowFooter="true"
AllowPaging="true" PageSize="10" AllowSorting="true" AllowFilteringByColumn="False"
EnableTheming="false" Width="99.7%" OnNeedDataSource="rgTeste_NeedDataSource"
OnSelectedIndexChanged="rgPedidosPessoa_SelectedIndexChanged" OnItemDataBound="rgTeste_ItemDataBound">
<ClientSettings AllowGroupExpandCollapse="false" ReorderColumnsOnClient="false" AllowDragToGroup="false"
AllowColumnsReorder="false" EnablePostBackOnRowClick="true" >
<Selecting AllowRowSelect="true" />
<ClientEvents OnRowContextMenu="RowContextMenuRgPedidosPessoa" />
</ClientSettings>
<MasterTableView AutoGenerateColumns="false" NoMasterRecordsText="Sem informações."
Width="100%" TableLayout="Fixed" DataKeyNames="codigoPessoa,nome">
<Columns>
<telerik:GridBoundColumn DataField="quantidade" HeaderText="Qtde" HeaderStyle-Width="6%" Aggregate="Sum"
FooterText="Total: " HeaderTooltip="Quantidade">//
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="adress" HeaderText="Código SG." HeaderStyle-Width="10%" HeaderTooltip="Código sistema gestão"/>
<telerik:GridBoundColumn DataField="total" HeaderText="Total" HeaderStyle-Width="10%" DataFormatString="{0:N}" Aggregate="Sum"
FooterAggregateFormatString="Total: {0:N}" FooterStyle-Width="400px"/>//
</Columns>
</MasterTableView>
</telerik:RadGrid>