Rank: Newbie Groups: Member
Joined: 1/29/2013 Posts: 3
|
hi, I am using EO grids in a VB project, where there is requirement to hide the options in a dropdown list inside the custom column of an EO grid. When I am trying to make it invisible by making the visible false or setting the display as None, or even making the visibility hidden , in the Style its not getting hidden. Can anyone help me in making the Options of a dropdown visible and hidden on and in a javascript event.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
There is no way for you to hide an option with JavaScript/CSS for all browsers. You can use disabled="disabled" to disable it, or remove the item completely.
Thanks
|