matt23lucier
MIS
I have a DataGrid that is populated by setting its datasource to my DataTable. When populated the DataGrid has 100's or rows and 10 or so columns. I was wondering what event to use to get the data inside the cell when the user clicks on a particular cell. I have tried using the DoubleClick event for the DataGrid but that forces you to click on the actual DataGrid and does not respond when a particular cell is clicked. Any help would be greatly appreciated. Thanks Matt