Grid view checkbox value problem

0 Answers 62 Views
Ajax CheckBox Grid
Brandon
Top achievements
Rank 1
Brandon asked on 18 Mar 2022, 06:59 PM

hi, im wondering if someone can help me out, im making a form where you can add and edit.  the idea is to use the grid to find the desired record to edit and select it on the same form where you create forms in the first place.  i can pass the values to the textboxes just fine but no the boolean values for the check boxes.  anybody got any idea on how i can do this? 

ill post down here what i did for the textboxes.

Panel1.Visible = True
        Dim row As GridViewRow = GVSearch.SelectedRow

        Case_ID.Text = row.Cells(1).Text
        Numero_Record_PRM.Text = row.Cells(1).Text
        If row.Cells(1).Text.Trim <> "" Then

            Numero_Record_PRM.Text = row.Cells(2).Text.Trim
            Patient_Name.Text = row.Cells(6).Text.Trim
            Provider_Name.Text = row.Cells(8).Text.Trim
Attila Antal
Telerik team
commented on 23 Mar 2022, 02:03 PM

Hi Miranda,

Can you tell me which Telerik product are you using and share the Markup/VB code with me? I will need to see the current structure to have a better idea. Based on that I will be able to give you better advice.

No answers yet. Maybe you can help?

Tags
Ajax CheckBox Grid
Asked by
Brandon
Top achievements
Rank 1
Share this question
or