datagrid multiple footer orws ?

T

TJS

is there a way to have multiple footer rows before the paging control in a
datagrid ?
 
J

Joe Fallon

Yes.

The basic idea is to write the html directly in the footer template.
<table>
<tr>
<td>
...some data
</td>
<tr>
<tr>
<td>
...some other data
</td>
<tr>
</table>


This is not the cleanest approach - nested tables may or may cause alignment
problems.
It also assumes your "data" and "other" data are available at that moment
during binding.

You could always trying binding a repeater in the footer too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top