c# - Fill a specific column in Datagrid -


i've datagrid , observable collection filled data api.

i created hyperlink column in datagrid , fill specific column data observable collection. how can ?

the datagrid row based. need iterate on itemssource collection , set specific property corresponds column. column should bound said property of course.


Comments