Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2490
UltraCurrencyEditor
posted

Hi,

What is the best way for selected all text on UltraCurrencyEditor when the user clic on it ? 

There are property for that ?

Same thing of CellClickAction.EditAndSelectText on the UltraGridWin 

Or only on the event click

private void uceAmount_Click(object sender, EventArgs e)
{
uceAmount.Editor.SelectAll();
}

Francois.

Parents Reply Children
No Data