Browse by Tags
All Tags » gridcontrol (RSS)
-
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 ...
-
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 all,
We are currently evaluating Xceed DataGrid for a project and have a requirement to have one ComboBoxEditor/Viewer cell in a DataGrid row filter another ComboBoxEditor/Viewer cell in the same row on item selection. i.e. user selects an item from the first cell combo drop down which then causes the second cell combo to update its ...
-
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, ...
-
Hi,
I'm working on enhancements for a project which uses an old version of ''Xceed.Grid.dll'' (assembly version: 3.6.7264.16200). I'm trying to save the splitter position of the grid to be able to load it on startup. I set the Position property of FixedColumnSplitter in loadGridWithUserSettings() method as:
grid.FixedColumnSplitter.Position = ...
-
hi,
I am sorting the master/detail grid from the column header. I have a column which corresponds to the index of the row.
for (int i = 0; i < m_northWindDataSet.Tables[nIndex].Rows.Count; i++)
{
m_northWindDataSet.Tables[nIndex].Rows[ i ].SetField(0, (i + 1).ToString());
}
//then I bind this table to grid.
When I sort a ...
-
Is it possible to remove the part from datatime columns in ComboboxViewer displayformat
Thanks
-
I am working on a proto-type of a new windows based data edit and upload application and I am looking at using Xceed grid - it appears to have a lot of the UI features we require as standard.
So I have a databound grid (bound to a genric list of business objects). The grid has 19 columns and 150 rows. Everything seems to works fine until I try ...
-
I am trying to add a combo box to a Xceed.Grid.GridControl at runtime using VB .Net.
We have a v2.5 registered license key and using VS 2005. My dll for the control is 3.6.*****, and I have had an error message relating to the CellViewerManager only avail for version 3 or higher.
Is it possible to add the combo box to the grid control ...
|
|
|
|