This question is locked. New answers and comments are not allowed.
For the Gridview what is the order of events that fire?
I have a gridview that if the user enters a value in my Cost field then they hit the tab key I call the celleditended event and I populate a Sell cost field, by taking the new value they entered and add to it a markup value.
This works fine if they tab through the columns but if they enter a value in the cost field then select another row, then it seems that the selectionChanged event gets called before the celleditended event, also not the cost cell is still in edit mode, but wouldn't you still have the celleditended event get fired before the selected changed event?
The selectedChanged event also gets called before the roweditended.
How can I get around this?
Thanks,
KS.
I have a gridview that if the user enters a value in my Cost field then they hit the tab key I call the celleditended event and I populate a Sell cost field, by taking the new value they entered and add to it a markup value.
This works fine if they tab through the columns but if they enter a value in the cost field then select another row, then it seems that the selectionChanged event gets called before the celleditended event, also not the cost cell is still in edit mode, but wouldn't you still have the celleditended event get fired before the selected changed event?
The selectedChanged event also gets called before the roweditended.
How can I get around this?
Thanks,
KS.