Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Subtitle

Former Member
0 Kudos
153

Hi Experts,

I want to create subtitle in table control. Is it possible? If yes give some idea to create subtitle in table control.

Regards,

Harish

1 ACCEPTED SOLUTION

Former Member
0 Kudos
93

One possible solution can be :

set the "With title" flag for the table control.

set a title element in the top line of the table control.

Give ur titles on that title element & subtitle as column heading.

But resizing the table control wont be possible.

4 REPLIES 4

christine_evans
Active Contributor
0 Kudos
93

A table control is a set of columns each with a column heading. The table control itself can be put into a box and the box can be given a title. What do you mean when you say you want a subtitle as well?

0 Kudos
93

Hai Christine Evans,

Any possibility to create subtitle without adding the box. Because box allow us to give title only. I need like the following scenario. (Kindly remove the "-". I used this "-" symbol to show you like a structure). Here A, B, C, D and E are subtitle for series........

SNo -


Product Name -


Val -


* Series*

_


A--B-C-D--E

1


abc
abc
---1--2-3--4--5

2


abc
abc
---1--2-3--4--5

3


abc
abc
---1--2-3--4--5

Regards,

Harish

Edited by: Harish Kumar on Jun 18, 2008 10:39 AM

Former Member
0 Kudos
94

One possible solution can be :

set the "With title" flag for the table control.

set a title element in the top line of the table control.

Give ur titles on that title element & subtitle as column heading.

But resizing the table control wont be possible.

0 Kudos
93

Hai mrugesh phatak,

I can able to insert only one text ui element using the "with title" . But i want to add more that one text ui element. How can i insert.

Regards,

Harish