Browse by Tags
All Tags » gridcontrol (RSS)
Showing page 1 of 2 (12 total posts)
-
Respected Sir,
I want to Create a DataTable with Only Group Values with which page that respective group will appear when we print preview the report, so that user can also print detail report & also an index report so that it will easily manage that which group is on which page, i am ...
-
We have an application that is a plug in to Microsoft Outlook. When we login to our home page inside the application, we have some columns that are displayed ( like ''from'', ''to'', ''subject'' etc.). Our problem is everytime we login to this page after opening Outlook the columns are shoved to extreme left. Expected behaviour should be the ...
-
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
1
|
|
|
|