rahulmes
Posts: 4
|
| Posted: 05/13/2011, 6:33 AM |
|
Hi,
I have an editable grid with several text fields and a checkbox field. Is it possible to disable only checkboxes that have their checked property as true? Checkboxes that are unchecked should NOT be disabled.
I tried to use component attributes and set the checkbox disable property in the grid's Before Show Row event, but either all checkboxes are getting enabled or all are getting disabled. I am unable to access the disable property for each individual check box in each row.
Any ideas? Thanks for any help.
|
 |
 |
rahulmes
Posts: 4
|
| Posted: 05/13/2011, 9:59 PM |
|
I solved it myself. I used JavaScript in the browser to disable checkboxes that were selected and left unchecked ones enabled.
|
 |
 |
|