WPF input datagrid?
Posted
by SAD
on Stack Overflow
See other posts from Stack Overflow
or by SAD
Published on 2010-04-11T16:54:20Z
Indexed on
2010/04/11
22:23 UTC
Read the original article
Hit count: 166
I would like to create an input DataGrid - an empty set of rows with the column headers that can be filled with data by a user and then saved to a database. The DataGrid will not be therefore used to display data but acts like an input field. The behaviour would be similar to the one of Excell. The problem is that if the DataGrid has no data provided for it, it is not visible in the application and the user cannot enter anything. Is the DataGrid a good choice? How can this sort of functionality be implemented with a different control? I would prefer to use the DataGrid tough. Thanks a lot for any help on this.
© Stack Overflow or respective owner