i want to add a new Row to Bonded grid without adding it in the datasource like Rows.Add() in .net.
is that possible?
thanks
I think the best approach is to add an item to the data source. You can ofcourse put values in the AddRow but this is much more complicated.