In my grid table view, I want to have my last column to take the span of all the rows in the tableview.
In order to do this, I need to be able to loop through all the rows of the gridtableview but when I try the following in my DetailTableDataBind :
e.DetailTableView.Items.Count
it always returns 0.
What can I do in order to achieve this?
Thanks
In order to do this, I need to be able to loop through all the rows of the gridtableview but when I try the following in my DetailTableDataBind :
e.DetailTableView.Items.Count
it always returns 0.
What can I do in order to achieve this?
Thanks