Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Window > Grid popup window doesn't fire window events

Not answered Grid popup window doesn't fire window events

Feed from this thread
  • Eduardo avatar

    Posted on Sep 8, 2011 (permalink)

    Hi,

    I've a grid set in popup edit mode

    .Editable(e => e.Mode(GridEditMode.PopUp).DefaultDataItem(new EntregaTalonario
            {
                FECHA_ENTREGA = DateTime.Now,
                NOMBRE_ENTREGA = User.Identity.Name
            }).Window(w => w.ClientEvents(ev => ev.OnLoad("settingSerie"))))

    The problem is that event 'settingSerie' never fires. I'm using version 2011.2.902

    Thanks

    Reply

  • Alex Gyoshev Alex Gyoshev avatar

    Posted on Sep 12, 2011 (permalink)

    Hi Eduardo,

    Thank you for pointing this out. It has been fixed for future builds of the components, as well as in the attached one.

    Greetings,
    Alex Gyoshev
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

  • Eduardo avatar

    Posted on Sep 13, 2011 (permalink)

    I tested the hotfix, but the client events for the popup window still doesn't fire. I need this, because I'm using an EditorTemplate, and the popup  window doesn't show in center of the screen, maybe this is another issue. I'm solving this with the OnEdit event of the grid where I put 
    $(e.form).closest(".t-window").data("tWindow").center();
    
     
    and works

    Thanks for your response

    Reply

  • Serguei avatar

    Posted on Jan 19, 2012 (permalink)

    Hi Alex
    I just got Q3 version and the problem still there. Do you have any plans to fix the issue or suggest the work around. I tried OnLoad, OnActivate, OnOpen events and none of them are triggered.
    Any help would be appreciated
    Thanks
    Serguei

    Reply

  • Wicky avatar

    Posted on Jan 20, 2012 (permalink)

    Hi,

    I got same issue in latest release (2011.3), window event doesn't fire.
    Could you check again?

    Regards

    Reply

  • Alex Gyoshev Alex Gyoshev avatar

    Posted on Jan 20, 2012 (permalink)

    We attempted to add the desired functionality, but it turned out that it requires significant effort that was unplanned. You can use the approach that Eduardo described (i.e. binding to the OnEdit event and performing any necessary operations on the window).

    Kind regards,
    Alex Gyoshev
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Window > Grid popup window doesn't fire window events
Related resources for "Grid popup window doesn't fire window events"

ASP.NET MVC Window Features  |  Documentation  |  Demos  |  Telerik TV ]