Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
WebDropDown how to make ReadOnly?
posted

I'm using 2009.1

I have a multiselect webdropdown (see my previous post). If I can actually get it to save selections, my next step is to make it readonly.

Readonly meaning I'd like the user to be able to open it and see what is selected, but I do NOT want the user to be able to change selections.

I've tried a property DisplayMode = ReadOnlyList, but it still seems to be fully active and allowing user changes.

In the docs I see a ReadOnly property listed, but that does not exist on my webDropdown.

? Help?

                                <ig:WebDropDown ID="WebDropDown1" runat="server" DataSourceID="SqlDataSource_SystemTypes"
                                    TextField="Item_Text" ValueField="Item_Value" DisplayMode="ReadOnlyList"
                                    DropDownAnimationType="Linear" DropDownContainerHeight="0px" DropDownContainerMaxHeight="0px"
                                    DropDownContainerWidth="0px" EnableDropDownAsChild="True" EnableMultipleSelection="True"
                                    MultipleSelectionType="Checkbox" PageSize="0" Width="100%"
                                    StyleSetName="Default" StyleSetPath="~/ig_res">
                                    <DropDownItemBinding TextField="Item_Text" ValueField="Item_Value" />
                                    <Button ImageUrl="~/ig_images/ig_cmboDownXP1.png" />
                                </ig:WebDropDown>

 

Parents Reply Children
No Data