Browse by Tags
All Tags » Grid (RSS)
Showing page 1 of 4 (31 total posts)
-
Hello there,I have an issue in the WPF DataGrid, i would like to use the F2 shortcut with my own command NOT with the default editing mode, but I failed to the do it.I have made the following but didn't get it to work too: grid.IsManipulationEnabled = false; ...
-
though may be it's a bit too ''fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??
coz i need to display the content converted from xsl in the cell........
thx in adv!
kenny
-
Dear Xceed Support Team and members!We are using a Grid for .NET 3.8 for Winforms in Visual Studio 2008 with framework 3.5. We upgraded our operating systems on development environment from Windows XP PRO to Windows 7 Ultimate x64 and now a selected row of grid has a sky blue background color and a white fore color. Not ...
-
Hi all,
I have a WinForm-Application using latest Grid 3.9 for .net 4.0. I compile it for x64. It works fine on my Win7 and also on Win7 from a colleague. But when we copy the files to our WinServer 2008 R2, the application could be started but it crashes (Kernelbase.dll) as soon as all controls are initialized and the main form should be ...
-
hi,
I am trying to have one of the columns to behave as a ''link'' to a line data point chart that opens in a new window (sort of master/detail like behavior). The chart would be bound to one of the properties of the object bound to the given row. I am not sure how to proceed. The property is a KeyValuePair collection. It should ...
-
I'm trying to do someting very basic but i can't find how to do it. I have a collection of objects i show in a grid. Works fine when a set te datasource property to my collection. the grid auto generates a column for every property on the object.
What i want to do is to create the columns at design time and databind them to the ...
-
Hi Glen,
You can simply use:
this.gridControl1.GridLineColor = System.Drawing.Color.Transparent;
and this should make the grid lines transparent, with the (pretty old) version 2.5 or with the (current) version 3.8.
Best regards,
-
Hello,
I've observed an issue in rendering of Marster-Detail grid. Imagine you have two DetailConfiguration for the same root element. When you start the application, it will render the detail grids oddly. The critical issue is, that the first Detail grid will take all available space on the screen down from its first row. If we remove one of the ...
-
public Form1() { Xceed.Grid.Licenser.LicenseKey = ''GRD38-*****-*****-****''; ...
-
A couple of our screens have more than one Xceed grid with a ScrollViewer. When there are, for example, 20 rows, enough where the screen needs to be scrolled to see the end, when I click on one of the lower rows, it jumps the view to the top row (for that grid). My focus is still where I clicked, and I can type even though I can't see ...
1
|
|
|
|