.Net 6 Compatibility
Hi there, We are using Winforms Grid and Chart controls. We are planning on migrating our application to .Net 6 and were wondering whether these components are .Net 6 compatible. Thanks! Phil
Dynamic ComboBoxEditor Population
Hello, Having trouble populating a ComboBoxEditor in one cell based on the selection of a ComboBoxEditor value in another cell within the grid. For example, one cell contains a dropdown list of Categories and based on the selection the dropdown list in
Grid null reference exception red x scroll bars
I have a WinForm application that used Xceed.Grid. When the grid loads, I get the following exception and the scrollbar is a large red X. ----------------------------------------------
Exception:
System.NullReferenceException
Object reference not set
Xceed grid licenser licensekey must be set to valid error in design mode
Our legacy WinForm project has few forms with Xceed.Greed control. The project runs OK. However, when I try to open the windows form, I have the license error message (please, see error details below). The Xceed.Greed.Licenser.LicenseKey property is set
Right Click on the Grid
I have a grouped grid, which has normal (data) rows and summary (stat) row. When I right-click on the normal row, I pop up a context menu. right now, when I click on the summary row, the context menu is pop up too. How can I find that the row is a summary
License issue with Xceed.Grid.v3.9
Hello, we use a licensed version of the grid in our products, without any problems up to now. Now, we got one customer having trouble with the grid, throwing the following exception: ———————————— MyGUI.MyGUI_Utils.Init Exception has been thrown by the
How to copy a Column data from XCEED datagrid into an array or list
I need to copy all of the data from a specified Column as bind to an XCeed DataGrid into an Array or List. I need the data from the Grid and not the Grid Binding Source. So far I cannot find any way to do this. Thanks