Thanks Tracy! I did a quick test and that appears to do exactly what I need!
Paul --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > You must work with the dataProvider. The renderer must set its enabled > state based on a field/property/attribute in the dataProvider in the set > data() function. > > > > When you update the dataProvider using the API, and set the enabled > field/property/attribute on the desired items, the itemRenderer will > automatically disable the assocated checkboxes. > > > > You cannot directly control the checkbox in the renderer, but must work > with the dataProvider. > > > > Did I mention that you must work with the dataProvider? > > > > Tracy

