GridEditMode.Incell - GridColumn with TelerikGridCheckBox

0 Answers 66 Views
Checkbox Grid
Larry
Top achievements
Rank 2
Iron
Veteran
Iron
Larry asked on 19 Oct 2022, 10:19 PM
I have a grid where I click on a row that makes sense for a text box or drop down list - I click on a cell with either of these controls, and then I can edit text or select as expected.  I want to change that behavior for a cell with a checkbox.  I want the value of the checkbox to change on the first click instead of it putting the checkbox cell in focus and then clicking it again to change its value.  Is this possible?
Hristian Stefanov
Telerik team
commented on 24 Oct 2022, 01:32 PM

Hi Larry,

As far as I understand, the desired result is to enable/disable the editing for specific rows based on a checkbox. I confirm that it is possible by using a bool column with a template.

I have prepared an example for you - REPL link. You can run and test it by trying to edit the description cell and then changing the checkbox state.

I hope I understand the case correctly. If not, please share a little more information about the scenario here. You can also modify the above REPL sample to show me the configuration from the actual project.

I look forward to hearing from you with feedback.

Kind regards,

Hristian

Larry
Top achievements
Rank 2
Iron
Veteran
Iron
commented on 24 Oct 2022, 11:14 PM

That's what I was looking for, thank you.

No answers yet. Maybe you can help?

Tags
Checkbox Grid
Asked by
Larry
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or