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
75
Using UltraGrid within another UltraGrid
posted

We are currently using an multi-column UltraDropDown as the ValueList for a column in an UltraGrid.  When that pops up for the user to select a row, the columns are not sortable.  Is there a way to make the columns in an UltraDropDown sortable?  My alternative has been to try and use an UltraGrid instead of an UltraDropDown, but I get a runtime error "Unable to cast object of type 'Infragistics.Win.UltraWinGrid.UltraGrid' to type 'Infragistics.Win.IValueList'."  What am I missing to get this to work correctly?

I guess the overriding question is - on an UltraGrid how do I get one of the columns to look like a dropdown and when the user clicks to open the dropdown, it ends up with a multi-column grid that is sortable by the user (and filterable if possible)?

Thanks!

Mark

Premier Dealer Services

Parents Reply Children
No Data