One way to do this would be to disable your non-editable rows. That way you can prevent the user from editing them as well as offer a visual cue that the row is not editable. You can do this by specifying a disabled row filter.
On Nov 22, 2011, at 5:45 AM, David Delbecq <[email protected]> wrote: > Hello, > > Is it possible in Pivot to have a tableview with some rows that are editable > and some rows that aren't? Some kind of veto during the start of editing. I'd > like to avoid having to create a table for readonly datas and a table for > read/write datas. > > David Delbecq >
