This is a migrated thread and some comments may be shown as answers.

[Solved] Lose client events when setting popup window configuration

2 Answers 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Travis
Top achievements
Rank 1
Travis asked on 25 Aug 2011, 01:32 AM

My client events are no longer fired when I try to set the popup window configuration:

.Editable(editing => editing.Mode(GridEditMode.PopUp)
            .Window(config => config.Title("My Title"))
            .TemplateName("ListSectionItemTemplate")
            )
        .ClientEvents(events => events.OnEdit("onEdit"))
        

My main problem is I'm trying to just set the title of the popup window, but it is messing with my OnEdit event which is fixing the position of the popup window.

2 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 25 Aug 2011, 09:58 AM
Hello Travis,

Indeed, currently there is an issue when setting the popUp window's title. However, we have managed to address it and I have attached a latest internal build which contains the fix.  I have update your telerik points too.

All the best,
Rosen
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Travis
Top achievements
Rank 1
answered on 25 Aug 2011, 03:57 PM
Thanks that works!
Tags
Grid
Asked by
Travis
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Travis
Top achievements
Rank 1
Share this question
or