How can i add child row programmatically?
I have an "Insert button" and if I click that, a blank row will be inserted next to the row where last highlighted.
Second,
How can i avoid adding parent row,
An example might be useful. Thanks.
I don't understand the question, you can't have a child row without a parent row. You might be able to use the AddNew method on the band, or you could add the row directly to the underlying DataSource.
-Matt