Search Results

Type: Posts; User: Mauricio Rojas

Search took 0.01 seconds.
  1. How do I do a SubMenuAlign property for a Ext.Menu using Razor?
  2. I want to use MVC 3 with Razor but these samples mention a change from AjaxStoreResult to StoreResult and the versions I have downloaded from svn don't have that.
    So from where should I download the...
  3. mmm Where can I download a beta version of Ext.NET v2 release?
    Will my scenario:


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

    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
    ...
  4. I could find an explanation either, but it works for me!!
    So If I do something like:



    <%@ Control Language="C#" %>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>...
  5. Thanks I will try this out. I made some tests and it seems to work.
    However I notice something.
    When I call the directmethod, if I had ext.net.TextField, and I check their .Text property it is...
  6. I have read all the provided article, tried UserControlHelper.Render and other methods.
    Could you provide me a link to a sample with an implementation of something similar to this:

    First have a...
  7. In the link you provide, they are not using direct methods.
    I'm using DirectClick so that should not be the case.
  8. I created a Dinamic window from a DirectClick event on another window following the example in:
    https://examples1.ext.net/#/XRender/Basic/New_Window/

    The NewWindow has an Add and Cancel button...
  9. I have an scenario where I have a MainScreen with several buttons or menu options lets call it
    Main.aspx.


    <ext:Window ID="window1" runat="server" Width="496" Height="290" Frame="true"...
Results 1 to 9 of 9