Bhavna Chaudhri

Bhavna Chaudhri

  • NA
  • 529
  • 20.9k

I have below Radio buttons how to get selected items value?

Nov 1 2020 1:59 AM
  1. @(Html.Kendo().RadioButton().Name("Status1").Label("Active").Value("Active"))  
  2. @(Html.Kendo().RadioButton().Name("Status1").Label("Inactive").Value("Inactive"))  
  3. @(Html.Kendo().RadioButton().Name("Status1").Label("Pending").Value("Pending"))  

Answers (1)