Click here to Skip to main content
15,898,035 members

Comments by Member 12521151 (Top 3 by date)

Member 12521151 8-Dec-16 8:35am View    
I'm French, maybe I'm explaining myself wrong.
My DataGrid is binded on a list of object for generate rows.
And my columns are generated with code behind with another object, who is not know by Xaml (but it's possible).
So i can't use a property who is not mapped with datagrid.
moreover, i need to know the index position of column for identifiate the header text.
For this two reasons, the ideal solution will be to binding with a method, but i have difficulties.
Member 12521151 8-Dec-16 6:41am View    
Hello,
Yes, i Know triggers, and they may be a good solution.
But in my case, it's difficult to use it.
I build the columns of my GridView dynamically, and in some case, i need to use the same template
My viewmodel is used only for binding datagrid rows.
My columns are generated by another object (who is in datacontext, but not in object who is binded to datagrid).
i search how i can write text with a method with index of column like parameter (in viewmodel if possible), but i don't find it.
Member 12521151 7-Dec-16 3:32am View    
Hello,

HeaderTemplate.VisualTree is null before LoadContent() and don't exist in return of LoadContent().

I just want use "rowRegroupement" like a generic model.

Could you give me more information or an exemple, please.