How to Disable DataGrid ?
Hey all,
How do I disable a DataGrid ?
This works under IE, but not FireFox:
myDataGrid.Enabled = false;
I have a DataGrid with a template column and imbedded radiobuttons.
When the user clicks a checkbox, on the myCheckBox_CheckedChanged()
method, I need to disable/enable the grid.
Any ideas on a FireFox compatible method ?
-dj
Date:Mon, 13 Aug 2007 06:36:33 -0700
Author:
|