I want the user to be able to edit the cells that are provided in the dataGrid, but I don't want them to be able to add a row. Is there a way to stop the dataGrid from adding a row when the user clicks down or enter?
You have to use a DataView as the grid's source. You can then control whether new rows can be added by setting the appropriate properties of the DataView.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.