Search Results

Type: Posts; User: Tallmaris

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. HI All,

    I have a question about adding more than one partial view to a panel.

    The model we are using at the moment is that we render the Partial views with "AddTo" so that they participate in...
  2. HI All,

    I have a small problem with a Calendar panel. Here is the main view of my app (stripped down of the useless stuff):



    <html>
    <head id="Head1" runat="server">
    <title>Joono...
  3. HI All,

    I am trying to show a GridPanel with some filtering in the column but something seems not to work. Here is the example Grid. As you can see I have a GridFilter on the name column with some...
  4. SOLVED!

    Apparently simply wrapping the partial view into a FitLayout will do the trick :)



    <ext:FitLayout runat="server">
    <Items>
    <ext:Panel ID="Panel1" runat="server" Layout="FitLayout"...
  5. HI All,

    Sorry if this has already been asked but I am having some issues with my panels respecting the layout of the container.

    If I do something like this in the INdex:

    <ext:Viewport...
  6. Hi All,

    I have 2 problems somewhat related. I would like to do something like this in my Direct Events:


    <DirectEvents>
    <EventClick Url="/Campaign/Summary/{record.id}"> <-- This, or...
  7. HI All,

    I was looking at the examples on this page:
    http://calendarpro.ext.net/

    And they actually look very nice, but there is no sample code to see how they are implemented. Do you think it...
  8. Yeah makes sense :)

    I solved the problem by just putting everything in the Global Namespace... thank for your time.
  9. That's weird, it does not work but the error changed... This is the JS generated by the nested panel:

    <script type="text/javascript">Ext.net.append(Ext.getBody(),["<div...
  10. HI Vlad,

    Even with "this", the error still appears, this time after the nested view has been loaded... the nested controller is:

    public ActionResult Index(long campaignId, string containerId)
    ...
  11. Yeah sorry I tried to change the name to see if it was a duplicate ID problem. In the example, It is the "ProfilesSummary" Panel which is inside "Window1". I get "ProfilesSummary is not defined".
  12. Ok, both problems solved with this:


    <ExtraParams>
    <ext:Parameter Name="id" Value="record.id" Mode="Raw"></ext:Parameter>
    </ExtraParams>

    "id" is the standard mapping for the third...
  13. HI Vlad, here it is:



    {script:"Ext.net.ResourceMgr.load([{mode:\"css\",url:\"/ux/extensions/formgroup/css/formgroup-embedded-css/ext.axd?v=42036\"}],...
  14. Nope, that did not work, same errors... and anyway, the window is probably going to get called from other places in the application so it is not really an option.

    I was wondering if the Scope...
  15. Ok, I'll try to keep it down to the minimum...

    This is the Calendar Panel Page (normal aspx page)

    <form id="Form1" runat="server">
    <ext:ResourceManager ID="ResourceManager1"
    ...
  16. HI All,

    I'm trying to implement a simple pop-up window into a Calendar Panel. Since it is MVC, I am getting the Window created through a DirectEvent call to my Controller/Action, like this:

    ...
  17. HI Vlad,

    Animate=false does not seem to solve any of the problems, but "Single=true" does indeed prove a good solution (I should probably read the doc a bit more deeper I realize now) ;)

    Thanks...
  18. hi Vlad,

    in both cases I load using MVC, so for the js example I have defined a function that I fire onExpand:


    function expand(pnl) {
    pnl.load({
    url:...
  19. Hi,

    I am trying to show an accordion with various panels inside. For the time being I am loading the single panel contents when the panel is expanded. Problem is that this content is loaded every...
  20. When I said table layout I mean the layout generated by ext.net... it often used tables to place the layout in an orderly fashion but that of course is not liked by validators. If there is a way to...
  21. Hi there,

    I have tried quickly to pass the generated html into a validator and got something like 70 errors against HTML5... mainly due to the use of table layout with empty rows, use of...
  22. Hello all,

    Sorry if the question has already been answered but could not find anything in the forum. I was wondering if the code generated by Ext.NET (in an MVC app as well) is in anyway compliant...
  23. Well, yes, using the same file as a partial view and showing it multiple times will of course duplicate the ID, but I noticed that using


    PartialView.ControlId = "form_" + id.ToString();
    ...
  24. HI Vlad,

    thank for the quick answer but this does not work. If I do that, yes the ID will be the one I select, but then the textfield will be rendered next to the previous one rather than in the...
  25. Hello there,

    I am still experimenting with MVC and I managed to create a Form dynamically into a new Tab and keep creating Forms into new Tabs.
    To manage that I had to use...
Results 1 to 25 of 35
Page 1 of 2 1 2