Why the cell does not blink right after validation

One of the cell is configured to blink every time there is a change in the cell.

I'd like the cell to blink right when the user edit's the cell and hits key. For some reason clicking tab would invoke the cell validation but not blink when I do e.cancel=false;. It blinks when it has focus to some other cell?

Please suggest if i am missing something. I can not call confirmchanges function from validation function as it will recursively call the same



2 Replies

JR John Ruiz January 21, 2008 01:15 PM UTC

Guys,

Almost a week i posted this question. Please can any one answer me?



HA haneefm Syncfusion Team January 30, 2008 07:29 PM UTC

Hi John,

The comment is that calling the ConfirmChanges method does set up the possibilty of recursive calls to CurrentCellValidating event handler. ConfirmChanges method calls CurrentCellValidating so if your CurrentCellValidating calls ConfirmChanges, then you can get in a loop. But this could be handled by setting a flag, or tightly controlling when you call ConfirmChanges in CurrentCellValidating.

Please refer to the below forum thread for bilking cells in a grid.
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=68681

Best regards,
Haneef


Loader.
Up arrow icon