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

IE6.0 - error of clear button

4 Answers 58 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
ehome
Top achievements
Rank 1
ehome asked on 21 Oct 2008, 06:40 AM
Hello,

I have put 3 Radupload controls into a DetailsView,then the  problem appears:when I click the clear button of one,the other's file inputs and select buttons disappears.But Firefox work as expected.

Besides,the page will work as expected if there is not the DetailsView.

I'm using C#,VS2008

Please help

4 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 21 Oct 2008, 07:47 AM
Hi,

I'm afraid I'm missing some detail. Can you please, help? I'm attaching the test page I used hereby.

Best,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
ehome
Top achievements
Rank 1
answered on 22 Oct 2008, 08:56 AM
Hi,
  thanks for your help!But there was two errors means that the control DetailView1 couldn't be found  when I was building your project.

  Besides,My page was Linked to a Style Sheet "ext-all.css",which uses the style of Ext Js.And the RadUpload controls works properly when the link was deleted,but I want to remain this style,I need it. It's very strange,isn't it?
  I'm sooooooooooooooooooooooooooo bored!!!
                                         -_-!
0
Erjan Gavalji
Telerik team
answered on 22 Oct 2008, 12:17 PM
Hi,

The errors most probably happen because you use a Web Application project and I sent you a Web Site page. You can just copy the content to a new page to have it running in your project.

As per the ext.js library - I could not find a CSS file in the package. Am I missing something?

FYI, I added references to the ext-base.js and ext-all.js script files and I did not have the problem either.

Looking forward to your reply,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
ehome
Top achievements
Rank 1
answered on 27 Oct 2008, 07:16 AM
Hello,Erjan
    My problem was soluted.Maybe some styles in the page courses it.I've tried to delete some styles.
    And here is the <div> which is nearest the detailsview:
<div class="x-form-element" id="Div14" style="padding-left: 0pt;">
<asp:DetailsView>
...
...
</asp:DetailsView>
                                                                </div>
    When the class of this <div> was deleted,the page works expected,so it should be modified as:
<div id="Div14" style="padding-left: 0pt;">
<asp:DetailsView>
...
...
</asp:DetailsView>
                                                                </div>
   The reason is very strange,maybe the detailsview or the class of <div> conflicts with the Radupload control.
    At last,thanks for your help!
Tags
Upload (Obsolete)
Asked by
ehome
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
ehome
Top achievements
Rank 1
Share this question
or