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
100
How to use WinListView as Checkbox List in a Ultragrid
posted

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

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    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.

Children