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
135
Change field EditorStyle
posted

After grid layout initialized, how change EditorStyle for fields? Next code don't help:

 field.Settings.EditorStyle = newStyle;

Is there any method to refresh grid after that from code? I don't want reset DataSource for grid to apply new layout as next code:

 object oldContext = xamDataGrid.DataContext;
 xamDataGrid.DataContext = null;
 xamDataGrid.DataContext = oldContext ;

 

Parents Reply Children
No Data