hi,
how can i select all items at the load time on a dropdown multiselect component. (like in excel in data mode)
thx
hi,
how can i select all items at the load time on a dropdown multiselect component. (like in excel in data mode)
thx
You can create a page property which contains all values and set the Value property of the dropdown. Here is how.
Let's say the DropDown is data-bound to a list of items that have ProductName and Id properties and is configured like this.
Ok cool extactly that i need
thx
Eric