i have createtd grids commanditemtemplate programmaticly according to the code you provide in your documentation.
addButton = new LinkButton();
addButton.ID = "addButton";
addButton.Text = "Add record";
addButton.CommandName = "InitInsert";
Clicking addButton doesnt show a new empty record but postbacks an opens an edittemplate (witch was never defined).
I'd like to have the same behavoir as by using the built in save-button (add a new, empty record).
Is this possible with Rad-Grid ??
Thanks for any help.