Welcome to the Xceed Community | Help
Community Search  
More Search Options

Custom Cell Editor display issue

Sort Posts: Previous Next
  •  01-16-2012, 5:55 PM Post no. 31570

    Custom Cell Editor display issue

    Hello,

    I would like to display a custom cell Editor of a cell regarding a value of a property of the DataObject, i have done this :

    <Style TargetType="{x:Type xcdg:DataCell}">
                    <Style.Triggers>
                        <DataTrigger Binding="{Binding IsFixedTime}" Value="False">
                            <Setter Property="ReadOnly" Value="False"/>
                           <Setter Property="background" Value ="Red"/>
                        </DataTrigger>
                    </Style.Triggers>

       </Style>

     

    the backgroud is displayed correctly, but the CellEditor is always shown, even if "IsFixed" = true. 

    Can, someone help me ? 

     

    Thanks

    Moon

  •  01-20-2012, 3:45 PM Post no. 31595 in reply to 31570

    Re: Custom Cell Editor display issue

    Hi Moon,

    Are you able to send me a small self contained sample application so that we can investigate this further? With this information, I can provide you with a possible answer to your concern. My main concern is to see your XAML and how the DataGrid is setup in your application.


    Marc

    Developer in Technical Support
    Xceed - Multi-talented components - http://xceed.com
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.