Hi Adrian, As far as I know, you can't allow editing of specific cells/rows by default. You can however add an event listener for the itemEditBeginning event. In the event handler function, if the cell/row meets you're editable criteria, allow the function to set the editedItemPosition property. Otherwise, call the preventDefault() method, to prevent editing. I haven't tried this for ADG, but maybe this will help.
-TH --- In [email protected], Adrian Williams <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have a new question that I haven't seen anyone hit yet. > > I have my ADG that is not editable...however, I need to be able to > make a couple of specific rows editable so the user can modify the > values in the cells of the row. All of the documentation seems to > identify setting up columns to be editable and not, but I've not seen > anything on how to setup a specific row as editable. > > Anyone done this or know the trick? > > Thanks! > Adrian >

