wpf - datagrid view with 2 data sources -
i'm writing app want compare data 2 different data sources see if there differences. examples have seen of similar functionality place 2 datagrids next each other can see each row side side.
this makes hard spot differences. show rows 1 above other in agridview. is, alternate rows in datagrid bound 1 other datasource matched pair. add check box 1 row pair can selected futher processing.
i know controls customisable possible ? or need combine 2 data sources single 1 , bind ?
what you're looking multibinding
this enable bind multiple items , using converter return new single item. essentially, yes, combine 2 data sources 1 inside converter.
Comments
Post a Comment