Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi I am using RadGrid.InsertCommand Event is not firing when clicking Insert button in the grid.
C#
RadGridBankInfo.InsertCommand += new Telerik.Web.UI.GridCommandEventHandler(RadGridBankInfo_InsertCommand);

protected void RadGridBankInfo_InsertCommand(object sender, Telerik.Web.UI.GridCommandEventArgs e){
}

Can anyone help me.
Posted
Updated 15-Feb-14 2:36am
v2

1 solution

Hence this is a Telerik product, you can put your question on their forum also.

Telerik Forum
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900