Hi Everybody !
First information : I'm sorry, I'm not really used to Telerik controls. The only thing I know is that I have a very strange behaviour with the radupload one...
I got a form with a radupload control. This form has already been deployed on all our final environments (preproduction/production) and the control works fine. My problem is that we are currently working on a new version ; version where the radupload is not displayed... Of course we haven't changed anything on this form :(
Here are the two HTML:
- PREPRODUCTION (control is well displayed) :
-
- LOCAL (control is hidden) :
-
I don't understand why the "ul" is not loaded... note that the radupload control is included in one main form and then a child form. The only difference I found when I compare the rendered html is that the second form contains the following attribute in PREPRODUCTION case :
enctype="multipart/form-data"
Do you think this could explain my problem ?
FYI, I tried to use the latest version of the assemblies and it doesn't change anything. I have also verified that the css path are well resolved. Scripts calls and RadScriptManager are the same.
I really need help because we have looked for a solution these two last days and our next release is linked to this fix.
AB