Using the Grid, is there a way to change the CommandName on a GridButtonColumn based on values in the row? For example, you might have 10 grid rows that as a user could have different permissions (view only, update, delete) to each row. I would like to have one "Action" column that has the appropriate "View" or "Update" statement in the column based on the permissions the user has to that data on that specific row.
So, I want assign values to the CommandName and Text of a GridButtonColumn on a row by row basis based on data values in the row.
So, I want assign values to the CommandName and Text of a GridButtonColumn on a row by row basis based on data values in the row.