Search Results

Type: Posts; User: rbarr

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Hi Daniil

    The solution isn't exactly what I wanted but works. Once a user clicks on a row I lock that row using the selecitonModel and then start a task which runs 150 milliseconds. The task...
  2. Hi Daniil,

    Thanks for all the help, I've now come up with a solution this problem so you can mark this thread as closed
  3. I don't mind making an example but the problem is with the face I use remote calls to a DB (which is where the problem ls) and I don't now how I would produce an example with a remote DB which you...
  4. Hi Daniil

    It appears the abort method is aborting the wrong transaction, sorry for the confusion.
  5. Thanks for the info Daniil !

    I tried to use this piece of JavaScript, it uses store.proxt.activeRequest to get the request instance from the store which is var tran. The second method uses some...
  6. Hi Vladimir,

    Thanks for the suggestion but sadly it didn't help with the issue.
  7. Hi Daniil

    Thanks for the quick reply, sadly this isn't really an option there are upwards of 50 items in the top grid and there is a requirement for the user to be able to move between rows...
  8. Hi All,

    I have a slight issue with transactions. I have grid from which users can select rows. Once a user selects a row it fire off load requests to 3 store which populate with information about...
  9. Thanks Daniil

    That works you can now close this thread
  10. Hi All,

    I have a grid which is grouped by a date column. I am using the grouping view and it works great, only thing is that is grouping by day I want to group by the month and year. Any ideas how...
  11. Hi Daniil,

    Thats it all working now thanks for the guidance, you can now mark this thread as closed

    Thanks
  12. Hi Daniil,

    I Have manged to solve my original issue by referencing the stores for the combos with window.[storename], but I am now having an issue with my multicombos. I use the selectAll() method...
  13. Hi Daniil,

    There are no exceptions thrown, I checked in multiply browsers just to make sure its not a browser issue but the same issue occurs. I checked for ID conflicts and from what I can I see...
  14. Hi all,

    Just got a quick question. I have a partial view which contains a 2 linked multicombos, I started by using a card layout and the combos linked correctly. I would select an option from the...
  15. Daniil thanks for the help it worked a treat
  16. Hi all,

    Just got a quick question. I'm trying to create some generic validation for my site when a user changes tab. I'm using the TabBeforeChange event to check if the stores on that tab aren't...
  17. Thanks daniil that worked a treat
  18. Hey all i'm just looking for some advice. I am currently trying to create a Store and a panel dynamical (code below) when a user presses a button. The code works great with panel being rendered on to...
  19. Thanks Daniil for the help thats the problem solved you can mark this post as closed
  20. sorry for the confusion TestJS is a container (code below) which I render the GridPanel to, I tried your suggestion but it had the effect of making the panel really small.



    ...
  21. Hey All,

    Just a quick question, I'm dynamically creating a grid with a topbar but when I create it, it doesn't render, theres a space where it should be on the grid but no toolbar.



    var...
  22. Hi Danill,

    Thanks for the guidelines, i've now got it working great. So you can mark this as closed.

    Thanks again
  23. Hi Daniil,

    Thanks for the reply. I'm getting the error in the back end. I can show the code that I used to get it working when using local filtering

    here it is




    var cnf = function...
  24. Hey Guys,

    I've got a small problem! I have a grid in which I takes in int values then I use a custom renderers to display what that value means. The problem I have is I'm trying to filter the grid...
  25. Thanks that worked great
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4