NBartomeli
Programmer
I have a datagrid with 4 templated columns,
3 of the columns have controls in them, and the other one is bound to a field in the datatable I bind the grid to
after I bind the grid, it displays the data just fine, but If I loop through the item collection to try to extract the text from the cell's with the text in them , it comes back blank.
If I set the text manually in the program using Cell(0).text = "something" and then retreive it, this works fine.
Any ideas to point me in the right direction?
Thanks in advance
3 of the columns have controls in them, and the other one is bound to a field in the datatable I bind the grid to
after I bind the grid, it displays the data just fine, but If I loop through the item collection to try to extract the text from the cell's with the text in them , it comes back blank.
If I set the text manually in the program using Cell(0).text = "something" and then retreive it, this works fine.
Any ideas to point me in the right direction?
Thanks in advance