cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I have the issue about Dropdown box disable. My requirement is i have one dropdown in my acreen and initially it should be in a disable mode. If user clicks the edit button, then the dropdown box will change to the Edit mode.

For disable the dropdown box there is no parameter available in HTMLB. so i serached in SDN and found th following thread.

I tried dhurairaj code from the above thread using javascript. ts working the dropdown is disabled now but still user able to select the data's from dropdown box.

But for my requirement if the dropdown is disable mode it should allow user's to select the values from on it. Im using MVC and can anybody help me on this?

Your helps will be appreciated,

Thanks in Advance.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

You can check BSP application SBSPEXT_HTMLB and page DropdownListBox.bsp

Hope this may help you