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
450
Hide CheckEditor
posted

Please advise on how to hide an Editor in a cell of the UltraWinGrid, specifically a CheckEditor.

((Infragistics.Win.CheckEditor)e.Row.Cells["Prepared"].Editor).

gives me no InstanceProperties, SharedProperties or Visible property to set.

Parents
No Data
Reply
  • 69832
    Offline posted

    I'm not sure I understand what you mean by "hiding" an editor. You can hide the column by setting its Hidden property to true (yes, I know, bad naming there). You can change the editor that column uses by assigning (for example) an EditorWithText to the column's Editor property, in which case "True" and "False" will be displayed instead of a checkbox. If none of this is helpful please repost with details about exactly what you mean by hiding an editor.

Children