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
15
After updating to latest version (22.2) from 18.1 margin property is not getting set for XamTextEditor
posted

Hi 

Recently we have updated infragistics dll reference to 22.2 from 18.1. After updating, margin property for XamTextEditor is set to 0 previously it was 1. 

Now manually we are setting the margin as shown below.

<igDP:XamDataGrid.Resources>
<Style TargetType="{x:Type igEditors:XamTextEditor}">
<Setter Property="Margin" Value="1,1,1,1"/>
</Style>
</igDP:XamDataGrid.Resources>

it's working, but want to know the root cause for this issue (why the margin value is setting to 0 after updating the dll's) . could you please help ?

Thanks,

Channa.

Parents
No Data
Reply
  • 7535
    Offline posted

    Hello ,

    Thank you for the post . I looked into the source code and internal bug tracking system and couldn’t able to find the reason why this change been made but I am sure its because of some bug fix.

    You targeted your control and set the margin through the setter is the correct way of setting margin if this is what your concern is . Otherwise its very miner change, would not break anything in your project.

Children
No Data