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
Peter Bromberg [C# MVP] - 10 Aug 2007 21:16 GMT
defenderjim,
You're posting an ASP.NET question in the C# language group. The ASP.NET
group is here:
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.fra
mework.aspnet&lang=en&cr=US
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> Hey all,
>
[quoted text clipped - 12 lines]
>
> -dj