Hi,
I am using the CommonHeaders stuff for the multiple column headers.
I am using the CommonHeaders stuff for the multiple column headers.
<i:Interaction.Behaviors>
<local:ColumnGroupsBehavior>
<local:ColumnGroupsBehavior.CommonHeaders>
<local1:CommonHeader StartColumnIndex="0" Caption="" ColumnSpan="3" />
</local:ColumnGroupsBehavior.CommonHeaders>
</local:ColumnGroupsBehavior>
</i:Interaction.Behaviors>
My common headers are dynamic and need set in code behind. How it can be achieved at runtime.
Thanks,
Ramasamy