This question is locked. New answers and comments are not allowed.
In Q3 2009 Release
IList<GridViewRow> rows = inventory_grid.ChildrenOfType<GridViewRow>();
rows.Cells contains only visible Cells. But in my grid I have an ID column which is set to Invisible. Is it a bug? How can I get all rows with all cells?
Thanks