Search Results

Type: Posts; User: WojciechK

Search took 0.01 seconds.
  1. Thanks, your solution did the job.
  2. Hi, I have App.direct function that goes to server to generate an Excel document to the client:


    App.direct.GridPanel_PD_ExportToExcel(visibleColumnDefinitionsJSON, Store_PD_Data_JSON);

    Than,...
  3. Great thanks! Now it works well for me
  4. Many thanks for your help. There is just a tiny problem. And it occurs also in the example. Well, if you select items on the first page, then go to another and return to the first, is again header...
  5. Thanks a lot. I did not mean impossibility select all checkbox at a time, it does not have a problem. But selecting all the elements on one page, it automatically selects the checkbox in the header,...
  6. <Store>
    <ext:Store ID="gridName" PageSize="9">
    <Model>
    <ext:Model IDProperty="Code">
    <Fields>
    <ext:ModelField Name="Id" Type="Int" />
    ...
  7. Hi Thanks for help

    I set Pagging inside Grid


    <ext:GridPanel ID="gridName">
    ....
    <BottomBar>
    <ext:PagingToolbar ID="Pagger_ED" HideRefresh="true" />
    </BottomBar>
  8. Hello, in the attached picture, I have a grid which has-pages. On the first page I select all the items and some event which automatically selects me to select all checkbox. However, if you go to the...
Results 1 to 8 of 8