I am getting Error 'Cannot apply indexing with [] to an expression of type 'ISet''for this code snippetforeach (GridViewRow grv in customTableDataList.UniGrid.GridView.Rows) { if (grv != null) ...