CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    30

    Windows Datagridview

    Hi

    Does any one have any idea of how to disable a particular Cell(not column) buttoin in a DataGridView of WINDOWS CONTROL (not of webpage) in C#.

    Thanks in Advance.
    Last edited by meenus; March 1st, 2009 at 11:52 PM.

  2. #2
    Join Date
    Dec 2005
    Location
    Waterloo ON
    Posts
    545

    Re: Windows Datagridview

    Quote Originally Posted by meenus View Post
    Hi

    Does any one have any idea of how to disable a particular Cell(not column) buttoin in a DataGridView of WINDOWS CONTROL (not of webpage) in C#.

    Thanks in Advance.
    Check http://msdn.microsoft.com/en-us/library/ms171619.aspx
    The difficulty is that you have no idea how difficult it is.

    .Net 3.5/VS 2008

  3. #3
    Join Date
    Jul 2008
    Posts
    30

    Re: Windows Datagridview

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured