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

Azure Server Side Button Click Not Firing

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 07 Feb 2014, 09:30 AM
Hi,

We have a site working perfectly locally. Using the Ribbon, when we click a button to change theme or when we click on a split button, our form load event fires followed by the ButtonClick / SplitButtonClick event. We have defined the events using the Handles RadRibbonBar1.SplitButtonClick notation.

When we publish to Azure, the click events are not firing. The postback does happen so our form load event runs but that is it.

Has anyone else had this? Can anyone point us in the right direction to resolve this?

Regards,

Mark

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 12 Feb 2014, 07:33 AM
Hello Mark,

In order to track down the cause of the issue, could you clarify whether it is unique to the RadRibbonBar, or it is reproduced on other server controls? For instance you could try adding a simple RadListBox with a SelectedIndexChanged event and a simple asp:DropDownList with the SelectedIndexChanged event. That way we will know if the issue is specific to the RibbonBar, the telerik Controls in general, or if it's reproduced with the default ASP.NET controls as well.

Regards,
Bozhidar
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or