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
250
URGENTT Transfer Style Settings from isActive to IsExpanded
posted

Hi,

 

I have set few styles, when record is Active in grid.

Now when i click expansion indicator , I want active record to be expanded record

and ofcourse same style shoould appear for IsExpanded record.

( IsActive )

 

 

 

<Style TargetType="{x:Type igDP:DataRecordCellArea}">

 

 

 

<Trigger Property="IsActive" Value="True">

 

 

 

 

 

 

 

<Setter Property="ForegroundSelectedStyle" Value="{StaticResource CellForegroundStyle

}" />

 

 

 

<Setter Property="ForegroundActiveStyle" Value="{StaticResource CellForegroundStyle

}" />

 

 

 

<Setter Property="ForegroundHoverStyle" Value="{StaticResource CellForegroundStyle

}" />

 

 

 

<Setter Property="ForegroundStyle" Value="{StaticResource CellForegroundStyle

}" />

 

 

 

</Trigger>

 

 

  • 9694
    posted

    Hello,

    I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.

    If you still need assistance in this matter, would you clarify further what you want to accomplish. What are the desired results you are looking for?

    Thanks!