Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
XamDataGrid editable column headers
posted

Is there a way to make the column headers of my data grid editable when a user double clicks the label?  What I am trying to do is allow a user to create a customer header that will be more descriptive of the values in that column and bind part of the label to the value they added

 

I tried doing something like this with a page resource but that did not work:

 

<igDP:FieldSettings x:Key="Ems.Page.HeaderGroupFieldSettings" LabelTextAlignment="Center" CellContentAlignment="LabelOnly" CellClickAction="EnterEditModeIfAllowed" AllowEdit="True" AllowRecordFiltering="False" LabelClickAction="Nothing" />

Parents Reply Children