Datagrid Problem "Bug???"

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

    Datagrid Problem "Bug???"


    I'm making a windows project...
    I have a datagrid with one checkbox collumn.
    When I check the checkbox (sometimes) the grid redraws and
    stays white with a Red X in the middle and the application
    freze...
    I think I have to make a datagrid "refresh" before and
    after de check...

    I'm using the event on mousedown to check and uncheck

    Thanks for your help,
    BP

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Datagrid Problem "Bug???&qu ot;

    Bernardo,

    Do you have code that shows this? You shouldn't have to do this, as the
    grid should refresh itself.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Bernardo" <bpiano@sapo.pt > wrote in message
    news:070d01c3cf 89$0298e6b0$a50 1280a@phx.gbl.. .[color=blue]
    >
    > I'm making a windows project...
    > I have a datagrid with one checkbox collumn.
    > When I check the checkbox (sometimes) the grid redraws and
    > stays white with a Red X in the middle and the application
    > freze...
    > I think I have to make a datagrid "refresh" before and
    > after de check...
    >
    > I'm using the event on mousedown to check and uncheck
    >
    > Thanks for your help,
    > BP
    >[/color]


    Comment

    Working...