"dataGrid" HorizontalAlignment="Left" Margin="48,96,0,0" VerticalAlignment="Top" Width="1050">
How can set datagrid column header name from a database row
I'm a beginner WPF programmer. There are only two columns(typeid, typename) in my 'type' table. There are 8 rows in the typename. I want those row cell data to be the column header name. How can I set datagrid column header name from a database row cell data?
Amit GuptaPosted Aug 23, 2017, 10:49 AM
abdujalil chulievPosted Aug 23, 2017, 11:58 PM