Setting a radGrid to edit mode from an external button?

It wouldn't fire ItemCommand, but I think you change the edit status by adding the row index to edit via EditIndexes collection (stackoverflow.com/questions/674307/teler...). This wouldn't invoke the command event I don't believe, but the editing event HTH.

It wouldn't fire ItemCommand, but I think you change the edit status by adding the row index to edit via EditIndexes collection (stackoverflow.com/questions/674307/teler...). This wouldn't invoke the command event I don't believe, but the editing event. HTH.

Protected void btnCreate_Click(object sender, EventArgs e) { rgGrid.MasterTableView.InsertItem(); }.

I have set up a CommandItemTemplate with a button that, when clicked will put the grid in edit mode. What I would like to do is have the same functionality but from an external asp.net button. If I can get this button to trigger the radGrid_ItemCommand event then I could get it working.

But how do I pass the relevant GridCommandEventArgs from a asp.net button?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions