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

RadGrid1_InsertCommand is not fired

1 Answer 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
eften
Top achievements
Rank 1
eften asked on 27 Apr 2011, 01:43 PM
Hi;
 We inherit our Asp.Net pages from a page which is called PageBase instead of System.Web.UI.Page . PageBase which has controls over buttons and other things on the page also is inherited from System.Web.UI.Page. Well; the problem starts from here;
 When we tried to write the example from " http://localhost:8301/radcontrols_aspnetajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=upload " page our RadGrid1_InsertCommand is not fired. However; whenever Asp.Net pages are inherited  from System.Web.UI.Page, RadGrid1_InsertCommand is fired. How can i solve this issue? Why this happens?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 02 May 2011, 11:22 AM
Hello,

This does not seem to be a problem related to RadControls, since in the normal case they work. This is rather a problem in your inheritance implementation. You can google for possible causes. Some would be if you you are using appropriate access modifiers in your inherited page (if Page_Load is declared as private there, the web page that inherits your custom page will not be able to "see" it). Also you should make sure that in your page the Page events call their base method.

Kind regards,
Tsvetina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
eften
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or