cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Hide Row column separator lines in webdynpro table

Former Member
0 Kudos

Hi all is it possible to hide row column separator line in web dynpro table control, i just want to display a plain table with six columns in webdypro,

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nandha,

It can be controlled by gridMode property of table UI Element. The value and respective behavior of the property is as below

Value

Description

both

Horizontal and vertical lines are displayed

horizontal

Horizontal lines are displayed

none

The table has no grid lines

vertical

Vertical lines are displayed

In your case, value none should be chosen.

Best Wishes,

Ravi

Answers (4)

Answers (4)

Former Member
0 Kudos

The Required screen layout done, Thanks Mr.Ravirajsinh Jadeja .

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Try to set gridMode = vertical in table properties as shown below.

Thanks

KH

0 Kudos

Hi Nandha,

you have to use method set_grid_mode

Lines Between Columns and Rows - Web Dynpro for ABAP - SAP Library

regards, Marcel

Ajit_K_Panda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nandha,

You can achieve this using design and gridMode properties of Table UI element.

design: transaprent

gridMode: None

Then output will be like this:

Regards,

Ajit