Set checkbox as Disabled via XML

Hi,

Can you let me know it is possible to set the checkbox as disabled from xml

eg: In the below row, except for the first cell the rest are all checkboxes.

DUMMYROW 0 0 0 0 0 0 0

Thanks and Regards

Sri Janani

Not directly, but you can use

in xml

DUMMYROW 0

and in js code

grid.attachEvent("onRowCreated", function(id){ if (grid.cells(id,0).getAttribute("disabled")) grid.cells(id,0).setDisabled(true); })

Hi Sri,
Did you get any update on this question?
did the solution mentioned on the link solved your query?

I am also having same issue. I want to display a few checkbox in a column as disabled. But the solution mentioned didn’t work for me.

Could you please let me know if u cud solve this? If yes, what was the solution you used?

BTW, which version u working on? I am working on v2.5 Pro.

Regards,
Vibhav Agrawal