6/7/2025 4:21:30 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Data Grid Heading Span Multiple Columns
Posted: 30 Apr 07 12:31 PM
|
fiogf49gjkf0d Does the data grid in the SalesLogix windows client support creating column headings that span multiple columns? I need to create a grid that looks similar to the following html sample.
<table> <tr> <th colspan="4">2007</th> </tr> <tr> <th>Q1</th> <th>Q2</th> <th>Q3</th> <th>Q4</th> </tr> <tr> <td>10</td> <td>20</td> <td>0</td> <td>0</td> </tr> </table> |
|
|
|
Re: Data Grid Heading Span Multiple Columns
Posted: 30 Apr 07 12:39 PM
|
fiogf49gjkf0d Nope. The closest you'll get to it is to use the grouping panel (assuming the year value exists in your data). It's not quite the same, but the closest you'll get. |
|
|
|
Re: Data Grid Heading Span Multiple Columns
Posted: 30 Apr 07 1:29 PM
|
fiogf49gjkf0d Unfortunately grouping won't work in this instance, so it looks like I'll just have to repeat the year in each of the column headings. Thanks. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|