On Mon, 14 Mar 2005 10:24:32 +1000, Jasper Blues <[EMAIL PROTECTED]> wrote:
> I have a DataGrid component in which I'd like to make some rows > non-selectable based upon properties in my dataProvider. Can someone > suggest a way to achieve this? I can't find much information on how to > use the RowRenderer api. The `selectable` property applies to the entire DataGrid, and cannot be applied to individual rows (unless you switch it on and off depending on which row is being selected). Manish

