|
Another DataGrid question, how to select and not allow new records
Trying to limit my datagrid, but I'm running into two issues,
the first is that selection seems to be hard, I want to detect when a user "selects" a row, and by select I mean clicks anywhere in a row, I've tried both Click and MouseDown events, but both seem to be delayed? I seem to get the prior row that was selected?
Also, that "new" record at the bottom of the grid, I don't want that there, I can't seem to find any property where I can turn that off, anyone know of one? Basically I just want a nice, uneditable (but selectable) table of results.
|