Browse by Tags
All Tags » .Net Grid » .NET (RSS)
Showing page 1 of 2 (17 total posts)
-
Hello,
I encountered some strange behaviour on the Xceed Gridcontrol for Windows Forms (v3.9), trying to implement a databound master detail
grid. I setup and loaded two datatables in a dataset with an additional Parent-Child-Relationship between these two tables added to the
dataset. The relation has been tested, there is no ...
-
Hello, I'm trying to change the way a date is shown in the Xceed Grid. I want to see something like this: 05/Jan/2010 this means, the Day, the first letters of the Month and the Year.
I have tryed to change the DisplayFormatSpecifier and EditFormatSpecifier of the TemplateControl under the CellEditorManager of the Cell, but this is not ...
-
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 ...
-
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'' ...
-
my code is below. I want to make the summary in bold letter. Please help , I am new to Xceed.Thanks
Dim sumRow As New SummaryRow()
If GridControl1.HeaderRows.Count > 0 Then
GridControl1.HeaderRows(0).Remove()
End If
GridControl1.HeaderRows.Add(sumRow)
DirectCast(sumRow.Cells(5), SummaryCell).TitleFormat = ''Total No Of ...
-
I'm working with a VB .Net Winforms application using MS Entity Framework and Xceed Grid. I've run into a problem where I can not change the value of columns in the grid that are bound to System.Nullable(OF xxx) due to a casting error.
Any thoughts on how I might resolve this issue?
Thanks,Stephen
Error message trapped in ...
-
I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form.
It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
-
Hello All,
I am using Grid for .net extensively and relying too much on it.
But at present I am having an issue with lots of events available on Grid, ColumnTemplateMangerRow and GroupHeaderRow and RowSelectorPane.
What I have is a Grid loaded with
GroupByRow,
ColumnTemplateManager, (Columns are loaded from An XML File not on design time, ...
1
|
|
|
|