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
460
TextBox at UltraGrid
posted

Hi All

I am adding UltraTextEditor to one of the GridColumn like 

 

UltraTextEditor emailEditor = new UltraTextEditor();

emailEditor. TextChanged  += new EventHandler(OnEdit);

void OnEdit(sender, e)

{

--------

}

ultraColumn.EditorControl = emailEditor;

 

since, i am placing text editor for the column, i expect anychange in editor OnEdit should get called...but this is not happening

 

Can any one please explain the concept behind?

 

Parents Reply Children
No Data