Browse by Tags
All Tags » .Net Grid (RSS)
Showing page 2 of 5 (49 total posts)
-
Hi:
I am insert data into the grid using InsertionRow. I would like set the focus in the first cell of the insertion row once i have inserted the last datarow.
Any suggest?
Thanks in advance.
Aure
-
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 ...
-
It would appear as though this was raised as an inssue and resolved in the WPF Grid (http://xceed.com/CS/forums/post/12307.aspx) however in the .Net version it still seems to be an issue. When I try to sum on a Nullable<decimal> column, I just get a red X drawn across the footer cell.
I am not keen to change the data type of the source, ...
-
I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files. The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event. Only the unbound columns are ...
-
Today I updated Xceed Grid for .Net from a significantly older version and a whole lot of code now seems to be broken. Assuming that ''control'' is Xceed.Grid.GridControl:
foreach (Xceed.Grid.Group group in control.GroupTemplates) ...
control.Width = control.Columns.OfType<Xceed.Grid.Column>().Sum(c => c.Width);
no longer compile, ...
-
Is it possible to use the Xceed Grid for .Net (v3.8.10308.15040) in a VS 2008 (.Net CF 3.5) SmartDevice project? I have this version installed but cannot get the control to show up in the toolbox.
If I right-click on the toolbox, Choose Items, in the .Net Framework Components tab the GridControl (Xceed.Grid) is checked.
If I open a ...
-
I want to change the DataType for a column after the column already exists. The DataType is a read-only property so I can't see how to do this. I'm not even sure it's possible. Anyone know how to do this?
A related question: Does setting the DataType control the formatting of the data or do I still have to ''pre-format'' ...
-
After upgrading to the VS2010 upgrade and the Ultimate Suite 10.3, I found out that the FieldName and DataType of a column and read-only!
Here is what I have done:add a unbound column in the gridchange the title, name, fieldname or datatypethe designer refreshes and the newly added column is gone!I had a look into the class reference, it is ...
-
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,
-
I created a grid control using the following: Private WithEvents gridControl1 As Xceed.Grid.GridControl The MouseUp event for the Grid is never called Private Sub gridControl1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles gridControl1.MouseUp What am I doing ...
2
|
|
|
|