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
1075
How to save programaically added columns?
posted

 I have WinGrid with programatically added column for checkboxes

myDataTable.Columns.Add("CheckBox", typeof(bool)); 

ultraGrid1.DataSource = myDataTable; 

 

User can Hide/Display this grid from the screen but after Hide all checkboxes disappiared. I tryed

ultraGrid1.UpdateData();

but it doesn't help. 

Parents
No Data
Reply Children
No Data