Is it possible to show the RowEditTemplate for a specified row programmtically?
There is a ShowEditTemplate method on a row that should work. You should examine the return value to ensure that it succeeded.
-Matt
Hi Matt,
Is there any way to show a blank RET programmatically? I mean, the RET will be shown as like user clicks on the TemplateAddRowPrompt? I tried some way but couldn't do that.
Thanks.
I'm not absolutely sure, but I think if you set the grid's ActiveRow to the TemplateAddRow, then use grid.ActiveRow.ShowEditTemplate, that should do it.