Hi, I am new at C#.
Is there a way to create empty Excel-like table in XAML where I will be able to input data and perform some operations on them.
I was able to bind DataGrid to objects and put the data in the table from there. But I am looking for a way to have an empty table first and directly input(/process) data in there
Thanks in advance!
Alex
Is there a way to create empty Excel-like table in XAML where I will be able to input data and perform some operations on them.
I was able to bind DataGrid to objects and put the data in the table from there. But I am looking for a way to have an empty table first and directly input(/process) data in there
Thanks in advance!
Alex