I am trying to achieve this http://es.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?
Hello Kevin,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
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.