Has anyone successfully added a uComponents URL picker to a custom datatype? When I add it to the controls collection I get an error message with the EnsureChildControls method on the control. Can someone point out what I'm missing? Thanks in advance
Oh also, you should be able to add the URL Picker to other controls now. You interface with it via the Javascript API, and to see how to include it check out how the Multi-URL picker adds it as a sub-datatype.
Using uComponents URL picker in custom datatype
Has anyone successfully added a uComponents URL picker to a custom datatype? When I add it to the controls collection I get an error message with the EnsureChildControls method on the control. Can someone point out what I'm missing? Thanks in advance
I get an error when trying to use it with the custom repeater.
The new Multi-URL Picker is available by building the uComponents source
Oh also, you should be able to add the URL Picker to other controls now. You interface with it via the Javascript API, and to see how to include it check out how the Multi-URL picker adds it as a sub-datatype.
I just got the latest version from repository and I cannot find the Multi-Url Picker data type. Was it left out like the Grid data type ?
Make sure you are using the 2.0 branch, that's the current one
Hi Razvan,
Multi-Url Picker is a new data-type (developed since the v2.1 release) ... it will be shipped with v2.2 (no fixed release date yet - couple of weeks).
Alternatively, if you're comfortable with Visual Studio - then you can grab the latest source-code and compile from the v2.0 branch.
Cheers, Lee.
is working on a reply...