![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
Can anyone tell me why this doesn't work please. The datasource
"_selected" property does not get updated when I check/uncheck the box. thanks. for each (var dgc ataGridColumn in gridResults.columns){ ...... if (dgc.dataField == "_selected") { dgc.setStyle("textAlign", "center"); dgc.headerText = "Select"; dgc.width = 50; dgc.editable = true; dgc.itemRenderer = new ClassFactory(CheckBox); dgc.itemEditor = new ClassFactory(CheckBox); dgc.editorDataField = "selected"; } |
| Sponsored Links |
|
|||
|
"Martyn Jones" <someone@somewhere.com> wrote in message news:gh8uph$lve$1@forums.macromedia.com... > Can anyone tell me why this doesn't work please. The datasource > "_selected" property does not get updated when I check/uncheck the box. This may help you http://www.returnundefined.com/2007/...-for-datagrids |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise