Cell''s move fired clicking

Hi,

I have a strange behavior in a GridDataBoundGrid. The scenario is this (you can check everythig in the attached example):

I use a GDBG of wich i can only edit one row at a time. I have implemented inside CurrentCell moving and moved events a functionality to skip column 3 when column 2 has a value (is different to 0 since it is a currency cell).

So if i fill column 2 and i push Enter o Tab the cursor moves to the column 4 instead of column 3. That's what i want.

The problem is that if i'm at column 2 and i click on column 3 (of the same row) the cursor moves to column 4 and back to column 2. This only happens when clicking (and it does not happen if you set a brealpoint at line 200 of Form1.cs).

Any idea ob what is happening?

Thank you,
Borja

TestGDBG.zip

2 Replies

AD Administrator Syncfusion Team December 1, 2006 07:01 AM UTC

Hi Borja,

Please try the modified attached sample and let me know if this helps.
TestGDBG.zip

Best Regards,
Haneef


AD Administrator Syncfusion Team December 1, 2006 12:28 PM UTC

It helped, thank you.

Loader.
Up arrow icon