This is a migrated thread and some comments may be shown as answers.

Enable CheckBoxes

1 Answer 225 Views
CheckBox
This is a migrated thread and some comments may be shown as answers.
Uriel
Top achievements
Rank 1
Uriel asked on 28 Jun 2018, 12:16 PM

Enable CheckBoxes in one radGrid after checked in other RadGrid.

I'm using <ClientEvents onSelected="func" /> and then I have finction ib JavaScript run on the other RadGrid. I know to to check them all (set_selected(true))

but I dont know how ot enable them all.

 

Thenks!

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 03 Jul 2018, 08:20 AM
Hi Uriel,

If you are using a GridCheckBoxColumn, it is expected that the checkboxes are disabled in view mode. They will be enabled only in edit mode.

You can use a GridTemplateColumn instead and place your own CheckBox control in its ItemTemplate as demonstrated in the sample at the end of this section:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/columns/column-types#gridtemplatecolumn

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
CheckBox
Asked by
Uriel
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or