I've looked at the online documentation but it doesn't seem real clear to me.
I use template columns for some of my columns in my grid and some are just bound columns. What is the simplest approach for inserting new records? The new records will have to defaut with a couple of values and in edit form. I've already worked quite a bit with in-line editing and have that working well but don't see how to create new rows when I click the Insert Record comamnd item.
I assume I need to create an object of each type of control that is in the row, and then populate that object's text and insert it into the grid - but would like a V.NET example if somebody has one.
Thanks!
I use template columns for some of my columns in my grid and some are just bound columns. What is the simplest approach for inserting new records? The new records will have to defaut with a couple of values and in edit form. I've already worked quite a bit with in-line editing and have that working well but don't see how to create new rows when I click the Insert Record comamnd item.
I assume I need to create an object of each type of control that is in the row, and then populate that object's text and insert it into the grid - but would like a V.NET example if somebody has one.
Thanks!