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

Batch Editing Checkbox columns

1 Answer 226 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 16 Feb 2016, 02:56 PM

your onlinde demo for batch editing found at:

 http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultvb.aspx?skin=Bootstrap

 appears to be quite messed up with regards to the CheckboxColumn. Sometimes clicking on the column selects the box. Sometimes it doesn't. Sometimes double clicking does. Other times it appears impossible to get the box to become selected. 

This is true regardless of the EditMode.Click or EditMode... something else.

I have also seen the same problem in Firefox and Chrome.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 17 Feb 2016, 09:50 AM
Hello Albert,

When Batch Editing is enabled a cell in the grid needs to be placed in edit mode first and then the data in it can be modified. The same applies to CheckBox columns. In order to make such column editable you need to click in the cell first and then modify the CheckBox.

If you would like to change the default behavior and change the value in the checkboxes directly when clicking in them you can use the approach described in the following article:



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Viktor Tachev
Telerik team
Share this question
or