DataGridView BUG - Please HELP!

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

    #1

    DataGridView BUG - Please HELP!

    Hello,

    I have a databound datagridview, its allowed to add,remove and edit

    I type a value in (in new row), it uses e.cancel = true to invalidate the cell .. and does not let focus go away, but when the focus is in the cell (after invalidating) I click anywhere on form (focus still stays in cell) and then press escape .. and the row does not delete itself, it just blanks out.

    This is wrong behaviour, as it should delete. (which it does when I dont click anywhere on form)

    Can anyone tell me whats wrong?

    Thankyou very much


    --------------= Posted using GrabIt =----------------
    ------= Binary Usenet downloading made easy =---------
    -= Get GrabIt for free from http://www.shemes.com/ =-

  • Cor Ligthert [MVP]

    #2
    Re: DataGridView BUG - Please HELP!

    Asif,

    If you have a bug, than a newsgroup cannot help you. You should contact the
    customer support from Microsoft in your country. For that you have to pay.
    If it is than a bug, you can mostly get a hotfix. AFAIK is that free of
    cost. However if it is an error in your program instead of a bug, than you
    have to pay for the help.

    I hope this helps,

    Cor

    "Asif Mohammed" <a@m.comschre ef in bericht
    news:JIidnRvMte hH8UXZnZ2dnUVZ8 qKdnZ2d@bt.com. ..
    Hello,
    >
    I have a databound datagridview, its allowed to add,remove and edit
    >
    I type a value in (in new row), it uses e.cancel = true to invalidate the
    cell .. and does not let focus go away, but when the focus is in the cell
    (after invalidating) I click anywhere on form (focus still stays in cell)
    and then press escape .. and the row does not delete itself, it just
    blanks out.
    >
    This is wrong behaviour, as it should delete. (which it does when I dont
    click anywhere on form)
    >
    Can anyone tell me whats wrong?
    >
    Thankyou very much
    >
    >
    --------------= Posted using GrabIt =----------------
    ------= Binary Usenet downloading made easy =---------
    -= Get GrabIt for free from http://www.shemes.com/ =-
    >

    Comment

    Working...