Browse By Tags

  • Change text in UltraTextEditor in Cell

    I want to change the text of an UltraTextEditor in Cell at runtime:

    private void matchEditor_EditorButtonClick(object sender, Infragistics.Win.UltraWinEditors.EditorButtonEventArgs e)

            {

                UltraGridCell cell = (UltraGridCell)e.Context;

                i…