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
190
TreeView With Checkboxes
posted

I am trying to achieve this http://ko.infragistics.com/community/forums/p/51534/270833.aspx

I have 3 levels of hierarchical data. I want to display the tree as a grid, with a check box in a separate column on the last node level. 

Can you please provide sample code? 

Parents
  • 71886
    Offline posted

    Hello Kevin,

    You could achieve this by creating an 'UltraCheckEditor' control in your form, set its 'Text' property to empty string, narrow the control's width and assign it as 'EditorControl' to the desired column.

Reply Children
No Data