cancel
Showing results for 
Search instead for 
Did you mean: 

Grid Display

Former Member
0 Kudos

Hi,

how to display columns in grid display that is only in database? for example, i have have 2 coulmns in database, but when displaying it grid, it shows some empty coulmns alongside. how to display only my columns?

- senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Senthil,

Ryan is correct - this is a result of the applet size. You have defined the size of the applet - if your columns don't "fill" the applet it will fill the empty space with empty cells. You will need to set your columns widths to fit into the applet width.

Joe

Former Member
0 Kudos

Hi Senthil,

This is "standard functionality" of the iGrid. You have a couple of options. You can resize the width of the applet so that only the data columns show. You can also, instead of displaying as an iGrid, use a servlet and stylesheet to show the data as HTML. However, with this you lose the ability to have applet events, etc.