[1.3] Is bug for fileupload in PropertyGrid?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [1.3] Is bug for fileupload in PropertyGrid?

    Hi,Dear Sir:

    I place a fileupload control in propertygrid, my code like this:


    <ext:PropertyGrid ID="gridProperties" runat="server" Width="260" Icon="Cog" Title="tools"
                Collapsible="true" Split="true" Region="East" Margins="0" Layout="Fit">
              
                <Source>
                    
                    <ext:PropertyGridParameter Name="bg" Value="">
                        <Editor>
                          <ext:FileUploadField ID="felSDishNameImg" runat="server" EmptyText="please selected a photo" 
                                ButtonText="" Icon="ImageAdd" AnchorHorizontal="95%" >
                            
                          </ext:FileUploadField>
                        </Editor>
                    </ext:PropertyGridParameter>
                </Source>
                <View>
                    <ext:GridView ID="GridView1" ForceFit="true" ScrollOffset="2" runat="server" />
                </View>
            </ext:PropertyGrid>

    but the fileupload button can't trigger,is it a bug for propertygrid?
    Last edited by Daniil; Apr 23, 2012 at 7:40 AM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] [MVC] FileUpload in MVC
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 27, 2015, 4:03 PM
  2. [CLOSED] [#92] FileUpload
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Jan 16, 2013, 3:44 AM
  3. Ext.Net fileupload field
    By akwolf in forum 1.x Help
    Replies: 5
    Last Post: Jan 03, 2012, 11:39 PM
  4. Replies: 0
    Last Post: Feb 24, 2010, 10:09 PM
  5. bug in fileupload
    By pablisho in forum 1.x Help
    Replies: 0
    Last Post: Jul 01, 2009, 10:55 AM

Tags for this Thread

Posting Permissions