Hi,
I'm new in using the controls in infragistics so i hope you could help me. I'm trying to add a checkbox list in an ulragrid to represent the days of the week, so far the closest thing that i found was the WinListView. Is this the only control that can create a checkbox list? By the way, we already have the NetAdvantage 9.1 but we haven't tried the controls in it? Do you have any suggestions on how i can implemet the checkbox list in an ultragrid. You're help will be very much appreciated.
Cherry
I'm not sure if I am visualizing what you describe here correctly, but the grid itself can display checkboxes. If the data to which the grid is bound has (for example) a column of type System.Boolean, that column will appear with checkboxes by default.
If you want only one cell in the grid to show a list of checkable items, you could use the ValueList's new (2009.1) checkbox functionality, whereby the cell has a dropdown button which when clicked shows a list similar to a CheckedListBox.
With the 2009.2 release (available in October 2009), you will also be able to embed a control like the UltraListView within a grid cell, using the existing embeddable editor architecture.
Brian Fallon"] I'm not sure if I am visualizing what you describe here correctly, but the grid itself can display checkboxes. If the data to which the grid is bound has (for example) a column of type System.Boolean, that column will appear with checkboxes by default.
Thanks for the help. I'm referring to a checkbox list in one cell.
Brian Fallon"] If you want only one cell in the grid to show a list of checkable items, you could use the ValueList's new (2009.1) checkbox functionality, whereby the cell has a dropdown button which when clicked shows a list similar to a CheckedListBox.
When you said new in 2009.1 does that mean that the UltraGrid that i am using should be from 2009.1?