I have a RadToolBar that I want to have use the OnButtonClick event. As soon as I set it, the whole associated RadGrid won't load. Any ideas?
<CommandItemTemplate> <telerik:RadToolBar ID="RadToolBar1" runat="server" OnButtonClick="RadToolBar1_OnButtonClick" > <Items> <telerik:RadToolBarButton Text="Download" CommandName="Download" Visible="true"> </telerik:RadToolBarButton> <telerik:RadToolBarButton Text="View" CommandName="View" Visible="true"> </telerik:RadToolBarButton> </Items> </telerik:RadToolBar></CommandItemTemplate>