Gents,
I have an ASPxMemo control with a max length set.
<dx:ASPxMemo MaxLength="1024" ID="ASPxMemo1" runat="server" ClientInstanceName="commentPopupContent" Height="250px" Width="100%"> <ClientSideEvents KeyUp="getCharactersRemaining" KeyDown="getCharactersRemaining"/> </dx:ASPxMemo>
I'd like to show the user how many characters he has remaining.
I can get the character count from the keydown event, however, I have been unable to configure a paste event to capture the count after someone pastes text via right click or Ctrl-V.
I appreciate any suggestions.
Regards,
George