Radio Button column for UXGridView

3 replies. Last post: February 26, 2013 1:26 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I need readio button column inside grid view. I trying to implement it using template:

<Intersoft:UXGridView ItemsSource="{Binding SomeSource, Mode=OneWay}" AutoGenerateColumns="False" >

                    <Intersoft:UXGridView.Columns>

                        <Intersoft:UXGridViewTemplateColumn Header="SELECT">

                            <Intersoft:UXGridViewTemplateColumn.CellTemplate>

                                <DataTemplate>

                                    <Intersoft:UXRadioButton GroupName="sel"  IsChecked="{Binding Path=IsSelected, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"></Intersoft:UXRadioButton>

                                </DataTemplate>

                            </Intersoft:UXGridViewTemplateColumn.CellTemplate>

                        </Intersoft:UXGridViewTemplateColumn>

...


Radio button showings fine and is clickable, but looks like grouping not working and all radio button can be checked at same time. Is it possible to have radio button standard functionality - so only one can be checked per grid?


All times are GMT -5. The time now is 5:00 PM.
Previous Next