I started creating my first Umbraco backend extension.
In it I want to add dual listboxes like the ones used in the setting of groups members belong to in the member section of Umbraco.
I was wondering if this is a built-in control found in the Umbraco dlls or do I need to create this from scratch?
If I need to create this from scratch (which I already did most of), what would be the best way, within the context of Umbraco, to solve the issue that dynamically added values do not serialize automatically back to the server in the viewstate?
I have used this control in the past. It's the DualSelectbox control which can be found in the controls assembly. I don't have the source code anymore but I can remember that I have looked at the umbraco source code to see how to use it since it had some weird behaviour at first.
dual listboxes - like "Memebr Groups"
Hi,
I started creating my first Umbraco backend extension.
In it I want to add dual listboxes like the ones used in the setting of groups members belong to in the member section of Umbraco.
I was wondering if this is a built-in control found in the Umbraco dlls or do I need to create this from scratch?
If I need to create this from scratch (which I already did most of), what would be the best way, within the context of Umbraco, to solve the issue that dynamically added values do not serialize automatically back to the server in the viewstate?
Thank you!
Hi,
I have used this control in the past. It's the DualSelectbox control which can be found in the controls assembly. I don't have the source code anymore but I can remember that I have looked at the umbraco source code to see how to use it since it had some weird behaviour at first.
Cheers,
Richard
is working on a reply...