C
CGuy
Hi,
I have a datagrid that has one ButtonColumn which is bound to a database
field.
My requirement is that when the page containing the datagrid is loaded,
I would like the ButtonColumn to be enabled/disabled based on the value of a
boolean variable that is calculated at runtime - if the value if false, I
don't want the ButtonColumn to display links for the displayed items.
Please help me in doing this.
CGuy
I have a datagrid that has one ButtonColumn which is bound to a database
field.
My requirement is that when the page containing the datagrid is loaded,
I would like the ButtonColumn to be enabled/disabled based on the value of a
boolean variable that is calculated at runtime - if the value if false, I
don't want the ButtonColumn to display links for the displayed items.
Please help me in doing this.
CGuy