C
clsmith66
I have a custom datagrid to which I attached a click and a double click
events. If I run the code in the IDE and insert a breakpoint before the
events fire, I can step through the code and both event fire correctly. If I
remove the breakpoint and just run the app, only the click event fires. The
click event causes a postback so I can set the selected item in the datagrid
and the double click calls a client script block to open another window so I
can edit an entry. Can any one tell me how to delay the start of the click
event?
events. If I run the code in the IDE and insert a breakpoint before the
events fire, I can step through the code and both event fire correctly. If I
remove the breakpoint and just run the app, only the click event fires. The
click event causes a postback so I can set the selected item in the datagrid
and the double click calls a client script block to open another window so I
can edit an entry. Can any one tell me how to delay the start of the click
event?