Selective Edit of DataGrid Row

Your FAQ is a Great Resource.... I have a grid that must have rows colored based on a criteria... You already answer that question in the FAQ. However, The criteria of the row also dictated whether the user may edit the row (based on a user role). Any way to selectively turn on edit for a row in a datagrid, without turning on edit mode for the whole grid? Thanks. BS

1 Reply

JI jim February 22, 2003 05:20 PM UTC

You can do it on a cell by cell basis using the methods described in the faq. see 5.10 and 5.14. It's a lot of work though.

Loader.
Up arrow icon