Disable DataGrid

  • Thread starter Thread starter defenderjim
  • Start date Start date
D

defenderjim

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
 
Back
Top