I'm trying to install a RadUpload component in the FormTemplate of a RadGrid. I'm looking at the instructions in http://www.telerik.com/help/aspnet-ajax/upload-getting-started.html.
I see what looks like a discrepancy between steps 1 and 4.
The image in Step one shows an httpModules item = <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
Step 4 states that the item should be <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Why the extra part? (Come to think of it, there's the same feature in step 6.)
Also, I think I have it installed well enough to test (at least as far as getting a file into the default Files folder.) Still I wonder if I have it exact. When I have the FormTemplate open for editing, the RadLoad control is the one thing I cannot directly select on the screen. (I can select it in the Properties dropdown.) Is this normal?
I see what looks like a discrepancy between steps 1 and 4.
The image in Step one shows an httpModules item = <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
Step 4 states that the item should be <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Why the extra part? (Come to think of it, there's the same feature in step 6.)
Also, I think I have it installed well enough to test (at least as far as getting a file into the default Files folder.) Still I wonder if I have it exact. When I have the FormTemplate open for editing, the RadLoad control is the one thing I cannot directly select on the screen. (I can select it in the Properties dropdown.) Is this normal?