cancel
Showing results for 
Search instead for 
Did you mean: 

To Populate blank value in dropdownbykey

Madhu2004
Active Contributor
0 Kudos

Hai,

I am using dropdownbykey ui element .i defined a method to populate the value.

but once i select a value from dropdown,i am not able to select the blank value again.

can someone help i sthere any method to populate the get the balnk value in the dropdown

Cheers

Madhu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Just add a key value pair with empty value wher you populate the values?

Cheers,

Sascha

Madhu2004
Active Contributor
0 Kudos

thanks Sasch,

without programtically can we do something related with the UI element properties

Madhu

Former Member
0 Kudos

Hi Madhu.

I do not know another way. Maybe someone else.

Cheers,

Sascha

SergioFerrari
Active Contributor
0 Kudos

DropDownByKey requires some lines of code! There is one exception: use a datatype (datalement) attached to a domain with fixed values. The fixed values, defined in the dictionary, will populate the dropdown. "It's magic".

DropDownByIndex uses a different approach: a dedicated node in the Context (easy to populate via Supply Function).

S-H
Active Participant
0 Kudos

Hi Madhu,

Without programaticaly we can't achieve this functionality. As Sascha suggested we need to insert a blank key, value in the table which we bind to the node's attribute.

Best regards,

Suresh

Answers (0)