Hi
We have application developed in VB.NET that uses msflexgrid. We have text box validating event in which data is validated, if not valid CancelEventArgs is set to true . For control combo,button etc it is worked properly,but when msflexgrid is focused textbox validating event is firing three times if CancelEventArgs is set to true . What is the reason for this?How to avoid this?

thank you