This is a migrated thread and some comments may be shown as answers.

radupload control select button not working in webpart

3 Answers 80 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Jana Vichtova
Top achievements
Rank 1
Jana Vichtova asked on 06 Jan 2010, 03:58 PM
hi,
This is to inform you that i am creating custom webpart in which i am using radupload control programmatically. But when i click on select button, window doesnt open. can u help me in troubleshooting this error.I am pasting the code below:
  protected override void CreateChildControls()
        {
_RadUpload1 = new RadUpload();
                _RadUpload1.ID = "RadUpload1";
                _RadUpload1.InitialFileInputsCount = 1;
                _RadUpload1.MaxFileInputsCount = 10;
                _RadUpload1.MaxFileSize = 10000000; // Few more properties to be defined later
                _RadUpload1.ControlObjectsVisibility = ControlObjectsVisibility.AddButton;
this.Controls.Add(_RadUpload1);
}

Here I am able to view the control  on the webpart but when i click on the select button nothing works out.


3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 06 Jan 2010, 04:11 PM
Hello Martin Vesely,

There is annoying bug with the select button that is present in the older version of our controls. I suggest that you disable the input skinning (you can do that with EnableFileInputSkinning="false") or upgrade to the latest version of our controls.

Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jana Vichtova
Top achievements
Rank 1
answered on 07 Jan 2010, 07:40 AM
Hi,
  Thanks for your suggestion.It really helped to resolve the problem, but i have to change the css as well as label of the button which is changed to browse instead of select. Please revert on this as soon as possilble.

Thanks in advance,
Martin
0
Genady Sergeev
Telerik team
answered on 07 Jan 2010, 09:37 AM
Hello Martin Vesely,

The classic controls are no longer in development, therefore we cannot provide you with a bug fix. In order to have the issue resolved, I suggest that you upgrade to the latest version of the AJAX controls.

Regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Sharepoint Integration
Asked by
Jana Vichtova
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Jana Vichtova
Top achievements
Rank 1
Share this question
or