Browse by Tags
All Tags » .Net Grid » 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
-
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 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 ...
-
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 ...
|
|
|
|