Search Results

Type: Posts; User: NewLink

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Hello, the mail with request sent again (to both hello@ext.net and support@ext.net)

    Pavel
  2. Hello,
    is there any official channel where to ask for license codes? I already sent emails to hello@ext.net and support@ext.net
    in the past weeks with no response at all.
    We need v7 code to start...
  3. Hi Fabrício,
    thanks for the great sample code. I also checked the generated client-side code for the columns, but I didn't see any connection to our matter. But when you put it this way, it's...
  4. Hi Fabrício,
    thank you for your suggestions. Because the server-side solution, not only thanks to MVC, I found too "heavy" and "expensive", I focused on the client-side solution. Unfortunately, none...
  5. Hello Fabrício,
    thank you for a quick response. Well, maybe the approach I've chosen isn't the best for my scenario:

    The grid is configured as stateful with cell editors. User can hide visible...
  6. Hallo Fabrício,
    thank you for explaining and outlining a possible solution.

    However, the modified resetLayout function only works for simple editors. When using editors that work with objects...
  7. Hello support team,
    after applying saved component state, I use the reconfigure method to restore the original grid configuration. However, after this step, rendering of the cell editor crashes on...
  8. Hi FabrÃ*cio,
    maybe my wording wasn't correct enough. Immediately after override gh1648, it worked well, but since it's not a feature we often use / test, I've only found out now that it doesn't...
  9. Hello support team,
    this thread is not primarily open as a bug report, but rather is intended to help others who use the TabCloseMenu plugin.

    As of October 2019, the override gh1648 has been...
  10. Hi FabrÃ*cio,
    thank you for your suggestions. Since you consider the described behavior to be expected, I am afraid that the only workable solution in our case is IsDirty() override for RadioButton....
  11. Hi FabrÃ*cio,
    I'm not sure if your conclusion is correct. The test case is not about one form with two or more radio groups at all. If that were the case, you would be right.

    In a real...
  12. Hi FabrÃ*cio,
    maybe the test case I provided was a bit confusing, so let's try this one (the data model as above):



    @model TestCases.Models.PointerModel

    @using Ext.Net;
    @using Ext.Net.MVC;
  13. Hi FabrÃ*cio,
    thank you for the thorough answer. I'm sorry I didn't explain it enough ...

    As I stated, the code used in the real application is something like this:


    ...
  14. Hello support team,
    please use the following test case, open the windows and close them without any change. When only one window is open, isDirty is evaluated as expected. However, if the second...
  15. Hi FabrÃ*cio,
    thank you for your hint. An interesting solution. At first glance, wrapping TextArea into another container seemed excessive (over nested), but it works.

    Thanks for your assistance,...
  16. Hello, support team,
    in the following example, I am not able to align the components in the FieldContainer to fit its owner. In this particular case, there is always a gap between the bottom border...
  17. Hello FabrÃ*cio,
    thank you for your answer. Both options work well as you described.

    Thanks for the assistance, the thread can be closed.

    Kind regards
    Dan
  18. Hi FabrÃ*cio,
    thank you for answer.

    ad 1) My intention was quite simple: to maintain the server-side validation inside the component to keep all the necessary code in one place (if you use the...
  19. Hello FabrÃ*cio,
    thank you for answer. I apologize if my test case wasn't clear enough. Here is all the source code exactly as it was tested.

    NControlFactory


    using System.Web.Mvc;
    ...
  20. Hi FabrÃ*cio,
    thank you for an answer.

    Unfortunately, registering DirectMethod using ResourceManager.AddDirectMethodControl does not help, the proxy is not generated.

    Also, using...
  21. Hello support team,
    I want to create a custom control with server methods placed inside the control and called from an associated JavaScript class. I tried to use DirectMethod and RemoteValidation...
  22. Hello FabrÃ*cio,
    just one last note... With the Prefetch event (load event you mentioned) the story is the same as with the reload callback: it is able to find the record only after a "while".

    It...
  23. Hello FabrÃ*cio,
    thank you for your quick response and for clarifying how the reload method works. Just one note ...


    What confuses me is that the findRecord method belongs to the store, not to...
  24. Hello FabrÃ*cio,
    if I try to get an entry at 810 without first jumping or scrolling there (and thus initializing the store load), it is clear to me that the result is undefined.


    I know that...
  25. Hello FabrÃ*cio,
    thank you for the quick reply. I apologize for a maybe too complicated test case and perhaps not a clear enough explanation of the problem.

    I understand your hints, but I can't...
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4