cancel
Showing results for 
Search instead for 
Did you mean: 

List box in WebDynpro

Former Member
0 Kudos

Hi,

I want to know that is it possible to have ListBox UI Element in webdynpro.

I've to do multiselection of data from a list so that I can transfer it to another list.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Niharika,

The UI Element like List box is not given in the Webdynpro. But, you can use Table UI eloement with one column and you can also set its property to multiselected for selecting multiple values. You also set design of the table to use the look and feel like list box.

regards,

Bhavik

Former Member
0 Kudos

Hi Bhavik ..

and thnks others for replying..

I tried to search List Box Ui element But its not there..

But is there any other way to have multiple selection apart from using table like in windows.

If I use Table then I'm not able to remove Column seperator and row seperator in table which I don't want to see.

Former Member
0 Kudos

1. Set table property read-only to true

2. Set table & column property design to plain

3. Set visibility of column header to none

4. Do not add header to table

5. (Optionaly) set visibleRowsCount of table to number of node elements.

Looks like a List Controll.

VS

Former Member
0 Kudos

Hi,

I can suggest u to go for themes... and change the table grid line colour to white.. but go for it only if the requirement priority is very high !:)

Message was edited by: Bharathwaj R

Former Member
0 Kudos

Hi Niharika,

You can't remove column and row seperators from the table.

If you want to achieve this then you have to play around with the theme of your application.

And as of now, there is no other method for getting list box.

Regards,

Bhavik

Former Member
0 Kudos

HI,

its working fine but it is showing row count at the end of the table,which is default to the table.

Former Member
0 Kudos

Hi,

How did u achieve it !

For ur current problem set the footerVisible to false

Former Member
0 Kudos

HI thks to all

i'm getting it. Now looks like list box

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Change the Table design to "Transparent" and try !!

Regards, Anilkumar

Former Member
0 Kudos

HI, Anil

I did that but still I'm getting seperators in my table

Former Member
0 Kudos

Hi,

There is no ListBox UIelement in WebDynpro.

May be you can use Table for multiple selection and you can trasfer the data to another table !!

Regards, Anilkumar

Former Member
0 Kudos

Hi Niharika,

I see that you are a new user here. Welcome to SDN. Hope you'll have a nice time here.

Coming to your question, it is certainly possible to have ListBox in a webdynpro. Please search this forum for the term List Box. I'm sure you'll be able t find the related posts.

Regards,

Anand Mandalika.