NewbieRob
Posts: 20
|
| Posted: 06/01/2004, 7:54 PM |
|
Does anyone know how to put a blank line in a grid between groups of data? The simple reporting techiques from the CCS Help System have been helpful but now I want to put in a blank row when the data in the column I'm using for grouping changes. Any ideas?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/01/2004, 10:27 PM |
|
You could try adding the Label control in the HTML, right before "<!-- END Row -->" and then set its value to a blank row when needed, for example:
GridName.Label1.Value = "<tr><td> </td></tr>"
Just an idea.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|