Thursday, May 19, 2016

Single Selection in Radio button in GridView/RadGrid


We need to call Javascropt function on radio button click which select the current radio button and remove selection from already selected radio button


                            ID="RadGrid1" runat="server" Width="100%" EnableLinqExpressions="false" Height="680px"


                               
                                   
                                        
                                       
                                            "RadioCheck(this);"
>

                                   
 

                           








Happy Coding

No comments:

Post a Comment