Browse by Tags
All Tags » .Net Grid (RSS)
Showing page 1 of 5 (44 total posts)
-
Hello,
I tried using the FitHeightToEditors property on a detailgrid (applied to the DataRowTemplate property on the detail grid), that contains several DateTimePickers as
CellEditorManager (as was discussed under http://xceed.com/CS/forums/thread/30606.aspx).
Unfortunately, the row height is never changed, the DateTimePicker will only be ...
-
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
-
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 ...
-
Hi,
I am writing a winform application that a grid control containing a gridtreeview like structure, Now is there is any way to havee a tree mamber as a WinCheckBox ?
Thanks,
Deepak
-
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, ...
1
|
|
|
|