How do I make a DataGrid never have an active edit cell and always select whole rows as in a browser-style grid?
Related Questions
- When I start editing a cell of the grid, the edit control becomes really big (larger than the underlying cell), and as I type it continues to get bigger and bigger. What is going on?
- How do I allow the user to select cell ranges in a DataGrid using the mouse?
- How do I get the selected text in the active cell of a DataGrid?