TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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?
Reply
Answers (
1
)
XML
database informaion