Search Results

Type: Posts; User: SoftwareMHC

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thank you both :). The solution proposed works!
    Please feel free to close this call.
  2. Hi there,

    We recently purchased an upgrade of Ext.Net.MVC and started the process of migrating an old Ext app to the newest version.
    I noticed almost immediately that DirectMethods are not...
  3. this is a known issue and the workaround works.
    ...
  4. I have recently come across what looks to me, a very strange bug.
    The code below does not work as expected, when you click on the button a panel with a checkbox is added to the tabbed panel, the bug...
  5. Thanks Fabricio!

    I have a working example with the desired functionality. However, the moment I added a template, the checkboxes are no longer available. How can I have them back? Please interact...
  6. Hi,

    Because of UI requirements, I've been asked to have the "check all" and "uncheck all" triggers inside the dropdown options, basically, what the jquery guys have made available:...
  7. Thanks Fabricio, I will use either of those instead of "valueCollection" or "valueModels".
  8. Mmm. Please look at the js below,
    this.getValue() doesn't work.


    var myGetDisplayValue = function () {
    var value;

    ...
  9. Actually, you provided a link to an alternate solution and that's the code I modified to get to the solution. I hope that's ok :)

    On the other hand, you make a very good point about using...
  10. Thanks Fabricio!

    I ended up using the other example you suggested, I only modified the name of the property "valueModels" and used the one for version 3 "valueCollection" (or maybe this change is...
  11. Please interact with the following example to see what I mean. As you can see in the code, all items are selected when the page is loaded.



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

    <!DOCTYPE html>
    <html>...
  12. Thanks!

    However,
    setRawValue("All") deselects all the items in the multicombo. I need to only change the display text, when all options are selected.

    your help is much appreciated!
  13. According to examples, all items selected on a MultiCombo control are displayed comma-separated:
    https://examples1.ext.net/Examples/Form/ComboBox/MultiCombo/

    I want to display the text: "Any" or...
  14. Hi there,

    How can I change the UI of an alert box? I'd like to use the new UIs like "Primary", "Danger" and so on. I would have posted this on the extjs forums but I'm using ext.net.

    this is my...
  15. Thanks Danil.
    However, that's not the issue I'm trying to fix.

    Please look at the images attached in the comment with the simplified code. This is the issue:
    IE10, FF, Chrome will correctly...
  16. This is the simplified code:



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

    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>

    <script runat="server">
    protected void Page_Load(object...
  17. Hi there,

    I'm having issues in IE7 & IE8 when I try to build a a form with a form inside when I want both to expand vertically automatically with the content. It's like auto-height is not working...
  18. Thanks Daniil!
  19. Hi there,

    Any working example of a radiogroup with allowblank="false" ?? All other field types work as expected, except radiogroups.
    This doesn't work for me:



    <ext:RadioGroup...
  20. Thanks Baidaly,

    Actually, I don't think we are understanding each other :)
    I know what the mask method does, the point is that I had to resort to that method in order to mask the first window...
  21. Yeah, without providing the actual code it would be difficult to reproduce.
    I found this code so I'm masking the first window manually:



    <Listeners>
    <Show Handler="#{Window1}.mask();"></Show>...
  22. Hi,

    I have 2 windows within the same form, the first window is visible by default, but the second window is hidden=true



    <form id="someid" runat="server">
    <ext:Window ID="window1"...
  23. Thanks.

    Any idea why this won't work as expected? I would not only try get the number of items but actually manipulate them programmatically (like in your example you set the value to a...
  24. Hi,

    Because of the complexity of the application; I have to generate Ext components dynamically from C#.

    I have a TabPanel and upon user interaction, tabs are added to the panel dynamically...
  25. Thanks Baidaly.

    That solves it.
Results 1 to 25 of 35
Page 1 of 2 1 2