cancel
Showing results for 
Search instead for 
Did you mean: 

about selecting dropdown by index listing downwards not in upwards

Former Member
0 Kudos

hi,

to all

there isa problem in dropdown by index

that

when iam selecting dropdown by index it is listing

down wards not upwards

can you provide me solution

or any alternate

byeee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the wdDoModifyView you could sort the nodes of the context node the DropdownByIndex element is bound to.

e.g.:

wdContext.nodeSelectPhase_Input().nodeOutput_phase().nodeZ_Crmc_Phase().sortElements(aComparator);

You also need to provide a Comparator (aComparator) for sorting, you can find examples of this on this forum. Once implemented, it's easy to specify the sort order.

good luck!

Roelof

Former Member
0 Kudos

Not in wdDoModifyView().

Armin

Former Member
0 Kudos

hi,

sir

i am not asking to sort the Elements

but i want when i am clicking on dropdown by index

it will be displayed in downwards not in upwards

can you give me solution for this

bye

Former Member
0 Kudos

ok, put in wdDoInit then.

Roelof

Former Member
0 Kudos

You want the list going upwards instead of downwards? A drop-up list?

Armin

Former Member
0 Kudos

yes

sir you are correct list is to be displayed in upwards

not i want alphabetical order

i have todisplay when click ondropdown by index

the list will go to up not in down

ok

byeeeee

Former Member
0 Kudos

May I ask why you need this?

Armin

Former Member
0 Kudos

hi,

my testing person

tested my project he told that

when i tested your project

once a dropwdown index it goes downwards

he is not visible if 1000s of names or ids are displayed

then what i have to do

byeeeeeee

Former Member
0 Kudos

A drop-down list is not the way to go if you have to select from, say more than 30 entries. You should use one of the value selectors (EVS, OVS) instead.

Armin

Former Member
0 Kudos

hi,

iam not get your point

when i am using dropdownbyindex the list is displayed in browserpage it will look like in upwards only not in downwards if i want to look like upwards like that

what i have to do

and one thing

iam notunderstading about your plan about selecting THAT METHOD selectors (EVS, OVS) instead.

PLEASE TELL ME THAT METHOD

OK BYEEEEEE

Former Member
0 Kudos

Can you please exactly describe your use case and which problem you have with the existing drop-down list?

And please do not write in uppercase, it's too difficult to read.

Armin

Former Member
0 Kudos

hi,

sir

exactly what happens after designing my dropdownby index in my application, when it is displayed in browser

our testing person told me that

when i am watching the screen when i click dropdown

the lists are going down the page(user is not able to see remaining list) if i have to select the dropdown will go to upwards.

thats what my problem

plesase solve it

byeeeeee

yasu_ramaiah
Explorer
0 Kudos

Hello.

Armin was trying to explain you that Drop Down by key or Index is used to display limited number of values 0 to 30 vals. DDI is not for display 1000 entries. I am not sure if a dropdown list in WD can be displayed in the upward direction. So the solution is Extended Value Selector(EVS) or OVS. Try searching for EVS or OVS in NWDS help. you should be able to find examples.

Thanks,

Yasu