Blank screen proglem, after the grid load/update data, when put a FileUploadField in the popup window.

Threaded View

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

    Blank screen proglem, after the grid load/update data, when put a FileUploadField in the popup window.

    I put a fileuploadfield in a window,
    show blank scren after grid load data.

    <ext:GridPanel>
    <TopBar>
    <ext:Toolbar>
      <Items>
        <ext:Button>
         <Listeners>
          <Click Handler='#{winFileUpload}.Show();' />
         </Listeners>
        </ext:Button>
      </Items>
    </ext:Toolbar>
    </TopBar>
    <Store>
     <ext:Store OnReadData="GetMsg">
      <Proxy>
       <ext:PageProxy/>
      </Proxy>
     </ext:Store>
    </Store>
    <ColumnModel>
     <Columns>
       <ext:RowNumbererColumn />
     </Columns>
    <ColumnModel>
    </ext:GridPanel>
    <ext:Window Title='Upload File' id='winFileUpload'>
     <items>
      <ext:Form>
       <items>
        <ext:FileUploadField />
       </items>
      </ext:Form>
     </items>
    </ext:Window>
    Last edited by fabricio.murta; Aug 09, 2017 at 4:56 PM.

Similar Threads

  1. [CLOSED] How to export grid data as it is displayed on screen
    By susanz in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 12, 2014, 7:25 PM
  2. how update a popup window in c#
    By Dharmesh in forum 2.x Help
    Replies: 4
    Last Post: Mar 20, 2013, 4:46 AM
  3. Replies: 2
    Last Post: Jun 23, 2012, 2:17 PM
  4. blank screen using desktop example
    By sony1464 in forum 1.x Help
    Replies: 0
    Last Post: Oct 21, 2010, 3:12 AM
  5. [CLOSED] Load store on window popup
    By CSG in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 10, 2009, 4:01 AM

Posting Permissions