Datagrid/Format Bug

  • Thread starter Thread starter Ed Bick
  • Start date Start date
E

Ed Bick

I am formatting a bound grid. No problem there, does what I expect it to.
However, if I click on it a certain number of times, or in a certain
sequence, the program crashes. I can't capture the event. If I put a
breakpoint on the Grid Click event, the crash occurs BEFORE it even hits
that. Once I remove the format stuff, no more problem. The error is an
invalid index. FYI, I call the formatting once at load time.
 
Back
Top