Hi,
I have a data grid, using Normal edit mode, and double click will start edit event.
what I am trying to do is : when double click the row, there's a parameter (called iseditmode) control the next step.
If iseditmode = true, then start the edit event.
if iseditmode = false, then do something else.
Could you help me to point where should I insert this if statement?
Thanks
Fan