Search Results

Type: Posts; User: jirihost

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Sure - I spend over 3 days creating that sample, so feel free to take time, even more then usual or guaranteed reply time requires
    I'm glad to hear you have reproduced my (main) problem

    So to...
  2. Hello

    This is the continuation of the https://forums.ext.net/showthread.php?63360-Custom-state-provider-problem thread
    (I think question in the thread was answered more then fully, so I'm...
  3. Absolutelly wonderfull answer, thanks a lot

    Sure I understand the Race condition problem, I was not just sure how to avoid it

    I understand what you are suggesting, for given sampel ( and...
  4. Hello

    OK
    I got it working now. When I tried to comapre my sample and real application I found hovewer the difference - as we are having database based provider, its processing is no that quick...
  5. Ok thanks

    can you confirm I did suggested modifications correctly?




    <%@ Page Language="C#" %>

    <script runat="server">
  6. Ok
    Sorry for troubles with example

    I made shorter one below, sorting should work now ( before I was trying on column position)

    Hovewer I'm not sure what to do with error in the StateProvider...
  7. Hello

    I have a problem to setup custom state provider, can you please take a look what is wrong in code below?

    problem: State is not restored

    Code is bit longer as I tried to limit number...
  8. Hello

    You can easilly reproduce the problem by clicking "simulate problem" in the example

    Note that problem disappear if I set height of the grid explicitelly like this

    Probably some kind of...
  9. Hello

    I apologize that this problem is hardly to reproduce. Basically the problem is that I have pretty large grid with component columns inside and when scroling quickly here and there, time to...
  10. Hello

    Is there a way how to remove record from store, that is on page not visible in a grid??

    Example is just little modified example of...
  11. OK

    just to be clear - we are facing this problem when we have (in browser paging) paged grid and user delete something on page 2 or later one, by clicking . That's where the "simulateProblem"...
  12. Hello

    there are two questions around the topic, probably having similar or same answer

    Example is mostly stolen from your examples, just littel modified, the key part of code is following:

    ...
  13. Hello

    this is continuation of the https://forums.ext.net/showthread.php?63267-Custom-HTTP-header
    Code is taken mostly from here too

    The problem is that http header is sent in all cases, except...
  14. Ok perfect

    things starts to make sence now

    feel free to close this thread ( and write your last post to some stone as it contains more info then I found myself during last week :-))
  15. Hello

    if I uderstand correctly I should use onr of meethodss
    - grid.getSelectionMemory().selectedIds
    -getRowsValues


    I'm still confused by two things
    1) what the getSelection method does...
  16. Ok

    just wondering what is the reason why

    selModel.getSelection()

    does not work - should we replace all our selmodel.getSelection() by the getRowsValues({selectedOnly : true}); ?
  17. Hello

    I'm facing strange problem with checkbox selection in the grid.
    Its reproducible only "sometimes" but on example below you can reproduce
    steps
    1) select two records on page 1
    2) select...
  18. Ok thanks
    I'm trying to understand this a little bit more and narrowing sample little bit:

    use case
    - there are many records in grid ( 100+)
    - user is on second or third page
    - user add many...
  19. Hello

    here is sample code


    <%@ Page Language="C#" %>

    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Xml.Xsl" %>
    <%@ Import Namespace="System.Xml" %>
  20. Ok great

    as usual perect explanation and working for me now
  21. Hello

    Thanks for the answer

    I apologize for the GetControlStateIdentifier, it realy just generate stateId to be unique enough in thae application, feel free just to use


    GridPanel1.StateID...
  22. Hello

    Below is modified example of my problem
    Expectation: when reordering columns in grid, they will keep reordered when page loads
    Actual: Order of grid columns is always the same

    Note: The...
  23. Hello

    I have a problem with filtered grid and paged toolbar, it seems like {filtered:true} would have no effect

    in order to reproduce, click "Hide Records" and then "List records"

    expected...
  24. Hello

    https://examples5.ext.net/ seems not to work couple days
  25. Hello

    is there a way how to prevent this direct method?
    for reproducing just click the button



    <%@ Page Language="C#" %>
Results 1 to 25 of 71
Page 1 of 3 1 2 3