Hi,
I have an aspxtextbox e.g
<dxe:ASPxTextBox ID="txtZip" runat="server" Width="150">
<MaskSettings Mask="00000" ErrorText="Please input missing symbols" />
<ValidationSettings ErrorDisplayMode="ImageWithTooltip" />
</dxe:ASPxTextBox>
How can I modify it so that when the user goes to the textbox, it will always position the cursor at index 0, or the last entered character?
Thanks,
Jacob