Search Results

Type: Posts; User: jamesand

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. So stupid!! Names of button are different.

    Delete the post, is unusefull ;)
  2. Hi everyone! Hope you are ok.

    I have a problem with the TaskManager. I don't know why but it worked form me until now.

    I have 2 tasks:



    <HtmlBin>
    <ext:TaskManager...
  3. Ok, without Type="String" works. Thank you both!
  4. Thank you Raphael and Daniil for your quick responses.

    In fact one client has just one city, as Raphael said.

    When I write:



    <ext:ModelField Name="Cities">
    ...
  5. Hi everyone! I hope you can help me with this.

    I have a Store that reads from the database using LINQ. Store.DataSource = List(Of Clients).

    The thing is that Clients is associated with Cities....
  6. That's the main point yes. So if no DOM elements are created, this fully fill our needs :)

    Thank you.
  7. We've been investigating an it looks good! But we have to put the gridpanel inside <HtmlBin>, if not the gridpanel is rendered...
  8. Hi Daniil, that doesn't suit our needs ;)

    Thank you anyway for your help again.
  9. Yes I know, but those examples creates controls dinamically, and that's not our way in this case.

    In my first example, the question would have been: "Is there any way to render controls without...
  10. Yes it works. It was a issue with a duplicated gridpanel name.

    Anyway, the code that works for me is:


    var setFiltroHoteles = function () {

    ...
  11. Hi, I'm following this thread:

    http://forums.ext.net/showthread.php?24762-CLOSED-How-to-set-multiple-values-for-ListFilter-on-the-client

    about applying listflter on client side, but it doesn't...
  12. Thank you Daniil and Geoffrey, but that's not the idea. I already checked those possibilities, but both use user controls, which we want to avoid here.

    We have a Portlet, and we want to render the...
  13. I changed some code and opted to access the store in client side. Thank you anyway for your estimated help.
  14. Hi Daniil, thank you for your response.

    It doesn't solve the problem. In this case, I don't want to assign the ID of the Store in codebehind, I want to retrieve the data stored in the Store. I...
  15. Ok, noted. Thank you.
  16. It is curious, it works in the test case but not in my web site. We will investigate.
  17. Hi Daniil, some of them on server and some of them on client.

    EDIT: The thing is that We are looking for better performance, so it would be great if the controls access the store at the time it is...
  18. Hi all,

    I'm trying to use one of the methods used here: https://examples2.ext.net/#/Loaders/Component/Direct_Method/, but I cannot make it work in VB.

    Here is a test case:


    <%@ Page...
  19. Hi everyone,

    I have an aspx which contains several usercontrols. Sometimes, several usercontrols need the same data from the data base (for example, "Cities" table), so I think it would be better...
  20. Thank you Michael, I will consider it, althought neither it is a public website nor it is intended to reuse user controls heavily.

    Regards.
  21. That's right Daniil, I didn't.

    Works as expected. Thanks.
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4