Search Results

Type: Posts; User: bbo1971

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Excuse me but now in the store http://ext.net/store is not possible to find any 2.5 license..how can i purchase it?
    Thanks
  2. Hello, I had used until now a ext.net.dll version 2.1.0.18151 (licensed) and today i have downloaded the last version (2.5.2) but i receive the message 'version unlicensed'. Is it right? I understood...
  3. Hi,
    I just update the SVN 2.1 branch and I noticed the assemblt version is 2.0.0.* did I miss something?
  4. I'm loading a Panel with a custom view using a Loader.

    If the partial view is ok everything works fine but if I have some errors in the page nothing is displayed and no errors are shown. Is there...
  5. Great job Daniil it works great !!!

    thanks you
  6. Site.Master



    <%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@ Import Namespace="Ext.Net.MVC" %>...
  7. the Loader in my Site.Master
    <Loader ID="Loader6" runat="server" Url="/Menu/StartMenu" RemoveAll="true" Mode="Component"/>
    in the sample is


    <Loader runat="server" Url="/Test/LoadPartialView"...
  8. Yes I did and it doesn't work, maybe I did something wrong but no idea what
  9. Thanks Daniil many parts of our application relies on loading components dynamically therefore I'm a bit picky

    However I've just sent you a simple project with the loader like this one


    <%@...
  10. Thanks a lot Daniil now it works but this sample was oversimplified. In the "real" case the partial view should contains a kind of menu like this one:

    StartMenu.ascx


    <%@ Control Language="C#"...
  11. Thanks Daniil I'm using the http://svn.ext.net/premium/branches/2.0/Ext.Net trunk release 2.0.0.17206
    where's the 2.1 release?
  12. Hi Daniil thanks for your support but it still doesn't work. In the previous sample I was using MVC 4.0 so just in case I turn back my project on MVC 3.0 but this instruction:


    <ext:Panel...
  13. Thanks Daniil for your support this is the code:
    ViewMasterPage1.Master


    <%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  14. Thanks Daniil I tried both your suggestions


    <Content>
    <% Html.RenderAction("StartMenu", "Menu"); %>
    </Content>

    and this one
  15. Registering a control works but in this way the controller is never invoked instead I'd like to use a partial view so I can put the business logic inside the controller

    Any help?
  16. I wasn't talking about the listener I mean if in the partial view I've got a simple <div> (or a more complicated html flow) it is rendered correctly bu if I have an Ext.Net Panel it won't
  17. I have a border layout viewport with a west panel I need to fill with a partial view


    <ext:Panel ID="Panel1" runat="server" Title="Menu" Region="West" Width="225" Border="false"...
  18. Hi Daniil now it works. I already tried to set the listener in loader2 but no errors and no alerts.
    I changed the partial view like this:


    <%@ Control Language="C#"...
  19. Thanks Daniil but it doesn't work this is the shortened sample
    In MasterPage:


    <ext:PortalColumn ID="PortalColumn2" runat="server" Cls="x-column-padding" ColumnWidth=".33" Layout="Anchor">...
  20. I'm using a portal with few portlet in an MVC master page like this


    <ext:Panel ID="pnlPortal" runat="server" Title="Performance Indicators" Layout="Fit">
    ...
  21. Thanks a lot Vlad I'll try it in the next week. I'll post the results of my tests and my impression

    Bye
  22. Yes I understood and I appreciate your help to do this with an example :)



    I imagine but I hope you have more influence on Sencha dev team to push this bug ;)

    I look forward to get your...
  23. Hi Vlad our data are phone calls differently aggregated using some parameters. In our "real" page we have a grid and some charts bound on three different stores. Obviously the simplest way is to...
  24. Yep Daniil but the last answer in that thread is dated 26 october 2011. I don't have extjs account can you ask the team? It seems to be a very important bug

    Thanks in advance
Results 1 to 25 of 41
Page 1 of 2 1 2