G Guest Feb 22, 2005 #1 How can i get the data within a cell on my datagrid when the user clicks on that cell?
G Guest Feb 22, 2005 #2 heres one way: string myValue = myDataGrid[myDataGrid.CurrentRowIndex,4].ToString(); 4 represents the column index
heres one way: string myValue = myDataGrid[myDataGrid.CurrentRowIndex,4].ToString(); 4 represents the column index