Please refer to this sample below
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/usercontroleditform/defaultcs.aspx
As you can see that there is postback on add new button or edit button or delete button
I want to render the controls selectively and do some processing on postback generated from grid.
When i check form's eventargument or target it is null.
Is there a way i can figure out which button generated event from the grid in user control?
regards
Mac