Greetings,
Is it possible to allow only certain rows within a grid to be selectable? Here is the scenario: you have a set of users, say 20. They have a grid that logs comments, which has the ability to add and edit comments (it's EditMode is PopUp). There is a set of users, primarily webmasters, who can edit anyone's comment, while everyone else can only edit their own comments. To edit, you must select a record and hit the edit button. What I want to do is to stop a user from being able to select that record either by stopping them in javascript or not allowing the row to be selectable at all. Thanks.
Chad
Is it possible to allow only certain rows within a grid to be selectable? Here is the scenario: you have a set of users, say 20. They have a grid that logs comments, which has the ability to add and edit comments (it's EditMode is PopUp). There is a set of users, primarily webmasters, who can edit anyone's comment, while everyone else can only edit their own comments. To edit, you must select a record and hit the edit button. What I want to do is to stop a user from being able to select that record either by stopping them in javascript or not allowing the row to be selectable at all. Thanks.
Chad