ClipboardPaste Event

Hi, I have an unbound grid and am allowing the user to paste entire lines. These lines contain pricing information that is accumulated through a loop and displayed in a custom ''Totals'' area. The problem: If a user copies a line and then pastes it onto the grid, the totals are always 1 line back as the screen does not actually update until the ClipboardPaste event has finished executing. Is there an event that fires after the ClipboardPaste event that i can trap to update my totals properly? Using VB.Net & v3.2.1.0 of your suite Thanks in advance for your input. Felix

1 Reply

AD Administrator Syncfusion Team September 20, 2005 06:24 PM UTC

Awh, just moved code to mnuPaste event and keyboard/mouse handlers.. seems to work fine.. Thanks Anyway..

Loader.
Up arrow icon