Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Start RowSelector Index from 1 instead of 0

  •  07-31-2008, 3:19 PM

    Start RowSelector Index from 1 instead of 0

    I am applying the following style to the grid and the row selector starts from 0:

    <Style x:Key="itemIndexSelectorStyle"

    TargetType="{x:Type xcdg:RowSelector}">

    <Setter Property="Content"

    Value="{Binding RelativeSource={RelativeSource Self}, Path=ItemIndex}"/>

     

    </Style>

    What needs to be done to start the Row selector index from 1? 

     

View Complete Thread
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.