Hi there!
How could I do so SfDataGrid can have an empty row for data entry? I want one of the columns to be a combobox and the others just simple textboxes.
As far as I know, SfDataGrid in WPF needs to have a data binding unlike to WINFORMS that you can add columns without binding data to something.
In WINFORMS, I'm able to add columns and set the Allow AddRows property to start entering data using textbox and combobox column. How can I do the same practice
with SfDataGrid?
Thanks in advanced.
C.