Desi Gal

Desi Gal

  • NA
  • 35
  • 0

checkbox group or a radio box group

Apr 5 2011 3:59 PM
On my ASPxGrid I have two columns approve and Deny both the columns are of boolean type(Radio buttons)
In a particular row if a user selects the radio button for the approve column then the radio button for Deny column should be unselected and vice versa.

I also have a header radio button for each  of these columns. So if the header radio is selected then the corresponding radio buttons from that column should be selected and all the radio buttons from the other columns should be unselected.
I am dynamically creating these radio buttons for each column
 <DataItemTemplate>
                            <dx:ASPxRadioButton ID="chkAppDataItem" runat="server" >
                            </dx:ASPxRadioButton>
 </DataItemTemplate>

  <HeaderCaptionTemplate>
                            <dx:ASPxRadioButton ID="chkAppHeader" runat="server" >
                              dx:ASPxRadioButton>
</HeaderCaptionTemplate>

Can I achieve this functionality with javascript?


Answers (1)