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
1325
Field width is not saved in the customization
posted

When saving grid customization by using SaveCustomizations() everything is saved except of field width. Why this could happen?

Parents
  • 1325
    Offline posted

    I've found that field width isn't saved only when I have this style for LabelPresenter:

    <Style TargetType="igDP:LabelPresenter">
    <EventSetter Event="SizeChanged" Handler="OnFieldSizeChanged"/>
    </Style>

    Need it because I want to track field width to synchronize it with the second grid. Do I break something with this style?

Reply Children