Skip to Content
0
Former Member
Jul 01, 2009 at 02:26 PM

How to prevent from changing a cell in a matrix

28 Views

Hello Everyone,

I'm trying to activate a trigger for changing the selection of cell within a matrix (i'm leaving it in the same place instead of going to the next cell) . i'm catching the exit from the cell with Lost_Focus ItemEvent, then i'm setting the selection again on the same cell, but after it has been done, the application continue chains of events that started from before, and changes the cell selection again, so in the end the trigger didn't effect anything. does anyone has an idea how can i prevent that, or a better way of handling the events for prevent from changing a cell in a matrix?

Thanks & Regards

Mosh