cancel
Showing results for 
Search instead for 
Did you mean: 

How to Reduce delay in dropdowns in tables ?

Former Member
0 Kudos

Hi Experts,

If we use dropdowns in tables in WD, there is some delay when we select any value from its options.

Can anyone help me to remove the delay completely from dropdown?

I want it just like Excel application where we select some value and it appears there at that moment itself.

Thank you in advance !

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If there are more number of values to be displayed tehn i wopuld suggest to go for OVS otherwiese the dropdowns would be fine...

Usually if you have written more code in the modifyview method seelction will also cause the problem,..

Regards,

Lekha.

Former Member
0 Kudos

Hi Lekha,

Thanks or your reply...

I am having some code in modifyview method. But is there no way I can remove the delay of dropdown selection?

Something which will not make the application to trigger processing even if dropdown values are selected.

Regards,

Anand

Former Member
0 Kudos

Hi,

Try to use many if conditions in your modify code, so that the code is executed one and only when it is absolutely needed. This may not give a big difference in performance but depending on your case if you find a wat to hit this code very rarely, u can find some increase in performance which in turn may decrease the delay in dropdown in tables

Answers (0)