Search Results

Type: Posts; User: David Pelaez

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    The latest nuget package with version 2.1.1 of Ext.NET doesn't have Ext.Net.MVC namespace like 2.1.0 version.

    It has been removed?
  2. I was creating a new v2.1 project via Nuget with a MVC 3 template of visual studio.

    If you rename Ext.NET.Default.aspx to Default.aspx it doesn't works.

    You must include this in global.asax...
  3. Hi,

    There are a few things that are incorrect in your web:


    In main page now you show Ext.NET v2.0 Beta and currently it must be v2.1.
    In downloads section, I see that v1 is in v1.6...
  4. Well, finally I see that OverOnly is a property of Command Column instead of Treepanel like I thought.

    But, with overOnly the button layouts too slow.
    Is there any way that it renders like a grid...
  5. Hi,

    I'm trying to add a command column in a treepanel (treegrid) with c# in server side and I'm getting this error:


    How can I add a command column, what I've to configure?

    I'm visually...
  6. Hi,

    I have the same issue in my project, is there any solution at this moment or any workaround?

    Thanks
  7. Try setting panel layout to HBox and put Flex="1" to both GridPanel
  8. Hi,

    I'm trying to check a radio item of a radio group, this radio group has 3 items. For example I want to check item #1 (zero index based)

    I try it in client-side with something like this

    ...
  9. I have the same problem, did you found a solution?
  10. No one knows?
    Or it can't be possible to do it easily?
  11. Hi!

    I was looking in the examples and in the forum and I don't find anything about change combobox filter that is preset in the fileuploadfield.

    How can I change it defaults filter to customize...
  12. No it doesn't may function because in case the user uses Tab to navigate around the controls when button is focused this is moment when i wnat to apply an style.
  13. You have to do something like this


    Ext.getCmp('Button1').fireEvent('click');


    or if you have the button instance, this:
  14. Hi!

    I must to set a button with a css class when it has focused, but I don't know what to do it because it doesn't render like an input and if I try something like this, doesnt' works.

    ...
  15. No one know what's the property or the procedure to load with selection check in a multicombo?
  16. Hi!

    I've been using a multicombo and following this example (https://examples1.ext.net/#/Form/ComboBox/MultiCombo/).
    But I've to load the result of and store via MVC Model.

    How can I load it?...
  17. Does anybody have any idea?

    It's a little bit important
  18. Ok thanks!
  19. Hi!

    I have an usercontrol with some ext.net elements inside. This usercontrol has a JS file referenced.

    The question is, which mode have to set to the elements of the usercontrol if I want to...
  20. I have this structure mounted


    <ext:Panel runat="server" Title="<%$ AppRecursos : sm_txt_presencia %>" AutoHeight="true" Layout="Fit">
    <Items>
    <ext:Panel...
  21. Hi!

    Based on MVC Example of Ext. Net (http://mvc.ext.net/); I want to do something similar to Customers Details with tabs and floatable frame in orders grid.

    All content in floatable tab is...
  22. I'm also agree with this new feature.

    I could be awesome have Ext net components really in pure MVC
  23. Yes it solves it, but why IE7 has another workaround than IE8?

    Controls are compatible with all browsers or we have to make it compatible?
  24. Hi,

    I have an ext window that simulate a search with criterias that the user provides.
    Leaving this aside, in IE8 it renders fine, but the same code in IE8 with compatibility (to simulate IE7)...
  25. Hi,

    I'm using some keymaps to do certain actions. But some INSERT key isn't detected, why?

    Here's my example key maps.



    <ext:KeyMap ID="keyNuevo" runat="server" Target="={Ext.isGecko ?...
Results 1 to 25 of 42
Page 1 of 2 1 2