Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

163
Views
Show Comment Box when selecting Kendo Radio Button

I am trying to have a Radio Buttons (Yes and No). The Radio Button with label "No" is default. When I click on the "Yes" button, I need to show a comment box where I can type text and also add hyper links. How to show a comment box when "Yes" is clicked.

Below is my code view snippet.

<div class="row">
  <div class="col-lg-4 appRightLabels">
      <label>Exception Provided</label>
  </div>
  <div style="margin-top:17px">
      <ul class="fieldlist">
          <li>
              @(Html.Kendo().RadioButtonFor(m=>Model.data.FirstOrDefault().IsRequired).Label("Yes").Value(true).Checked(Model.data.FirstOrDefault().IsRequired == true))
          </li>
          <li>
              @(Html.Kendo().RadioButtonFor(m=>Model.data.FirstOrDefault().IsRequired).Label("No").Value(false).Checked(Model.data.FirstOrDefault().IsRequired == false))
          </li>
      </ul>
  </div>
</div>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!