Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Paul D. Fox #1
Radio Button Group in a Datagrid
I have a Datagrid that has multiple rows with a Radio Group template item in it. I need to find out if at least one item in the Radio button group of each row has been selected and if selected, find out which one was selected and if not, throw a validation message (e.g. "You must select a value"). Anyone have some code samples as to how to approach this?
P
Paul D. Fox Guest
-
validating radio group button
Hello everybody, I want to validate radio group button in dream weaver...How can I do that? -
how to add single select radio button in datagrid... URGENT
Hi All, I am adding a radiobutton in a datagrid. Now if I want to select a single radio button I am unable to achieve this. I have tried both... -
Binding a Radio Button Group to a Data Holder
I'm fairly new to components and recently I had some trouble binding a radio button group to a data holder and saw that other had as well. This may... -
How to put a full radio button list in each row of datagrid?
Hello, I have a datagrid where I display images. I want visitors to be able to rate the images on a scale of 1 to 10 by clicking a radio button,... -
Radio button group
I have a simple html page with a radio button group on it. I am submitting that page into an asp page. How do I know what button the user has... -
Teemu Keiski #2
Re: Radio Button Group in a Datagrid
Do you use RadioButtonList within a template? If yes, you could apply
RequiredFieldValidator to it. This way validating would apply to every row's
set of radio buttons.
Otherwise you'd need a custom solution (Customvalidator etc) or 3rd party
product such as Peter Blum's Professional Validation And More.
--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
[url]http://blogs.aspadvice.com/joteke[/url]
"Paul D. Fox" <pdfox99@rcn.com> wrote in message
news:ehY9zcQmFHA.1464@TK2MSFTNGP14.phx.gbl...
I have a Datagrid that has multiple rows with a Radio Group template item in
it. I need to find out if at least one item in the Radio button group of
each row has been selected and if selected, find out which one was selected
and if not, throw a validation message (e.g. "You must select a value").
Anyone have some code samples as to how to approach this?
P
Teemu Keiski Guest



Reply With Quote

