Disable DataGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • defenderjim

    #1

    Disable DataGrid

    Hey all,

    How do I disable a DataGrid ?

    This works under IE, but not FireFox:

    myDataGrid.Enab led = false;


    I have a DataGrid with a template column and imbedded radiobuttons.

    When the user clicks a checkbox, on the myCheckBox_Chec kedChanged()
    method, I need to disable/enable the grid.

    Any ideas on a FireFox compatible method ?

    -dj

  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Disable DataGrid

    defenderjim,
    You're posting an ASP.NET question in the C# language group. The ASP.NET
    group is here:
    http://msdn.microsoft.com/newsgroups...&lang=en&cr=US

    -- Peter
    Recursion: see Recursion
    site: http://www.eggheadcafe.com
    unBlog: http://petesbloggerama.blogspot.com
    BlogMetaFinder: http://www.blogmetafinder.com



    "defenderji m" wrote:
    Hey all,
    >
    How do I disable a DataGrid ?
    >
    This works under IE, but not FireFox:
    >
    myDataGrid.Enab led = false;
    >
    >
    I have a DataGrid with a template column and imbedded radiobuttons.
    >
    When the user clicks a checkbox, on the myCheckBox_Chec kedChanged()
    method, I need to disable/enable the grid.
    >
    Any ideas on a FireFox compatible method ?
    >
    -dj
    >
    >

    Comment

    Working...