Hello Guys,
i m new to WPF. i just wana know how should we add Columns & rows programatically to DataGrid in WPF. The way we used to do it in windows forms. create table columns , rows & bind it to datagrid.
i believe WPF datagrid is bit different the one used in ASP.net & Windows form ( correct me if i m wrong).
Basically i have No Of Rows & Columns which i need to draw in datagrid so that user can edit the data in the cells. let me know if you have any ideas.
Andy