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
DockManager Basic Question
I have just downloaded latest suite. In trying the DockManager and reading documentation, it seems there is no way to visually design a form’s or client controls docked controls, all has to be done in code. Is this correct? For instance, I just have
GetChildToolWindowIndex
Short Question: So, there is a SetChildToolWindowIndex but I can’t find how to retrieve that index. Is there a GetChildToolWindowIndex (or equivalent) that I’m missing? Root of the Problem Question: The reason I need the above is that when I save
Inverting an axis (spec. depth axis)
I’m wondering if there’s a way to invert an axis, in particular the depth axis. It would be really nice to have the oldest date be at the back and the most recent date be at the front without having to destroy the data and create custom axis labels to
Controls are greyed out in the toolbox
Hello, The chart controls are greyed out in the toolbox, either in VS2010 or VS2012. I tried to change the target framework with no success. Please help me out ! Best regards. __________________________________________________________________________________
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
SmartUI Windows 7 compatibility
One of the applications I am maintaining was written using Visual Studio 2005 and as such is a .Nst 2.0 application. It is using Xceed SmartUI 3.3.3031 to place a SmartCheckedListBox on a form. One of our users who has been upgraded to Windows 7 is no
How to set bottom height when i pin layoutanchorable in avalondock
Hi, How to set bottom height when I pin layoutanchorable in avalondock
How XceedZip is for Windows Server 2008 R2
Hello, I want know, what XceedZip I can use for Windows Server 2008 R2 I have a application in VS2005 NetFramework 2.0 (XceedZip 4.1), in WinServer 2003 it works OK, but with WinServer 2008 R2, send me this error: Faulting application name: GenProd_PFI.exe,
Error when using ChartControl
Hello, When I drag ChartControl from the toolbox into my form, I have 2 errors: Error 1 Invalid Resx file. Type could not be read from the data in line 1610, position 5. The type’s internal structure may have changed. Either implement ISerializable
Getting Axes Min & Max values.
I’ve created charts with multiple axes. I want to add stripes at the end of each axis. I can do it only if I know max/min values of primaryY & SecondaryY. ax.NumericScale.MajorTickMode = MajorTickModeNumeric.Auto Debug.Print(ax.NumericScale.Max) This
Chart for .net 64-bit
Question: Do you have a 64-bit version of the Xceed Chart for .net?
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