Browse by Tags
All Tags » Data (RSS)
-
Hi everybody, I have a question.
Is there any way how can I access from cellEditor to data from ohter cells or datarow? I create celleditor for specify column which is dependent on data from other cells of row. Does anybody know how can i access to all data of current datarow?
Thanks.
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
Hi,I have used the XceedDataGrid and populated the grid with
the DataSet. Now to Keep the things simple i just wanted to get the
value of a cell in the selected row of the when users click on a
particular row...???
-
Can we drag and drop across two data grids in version 3.0? And is there any example.
The excel data grid example only demonstrates the clip board cut and paste but I am looking at is selecting multiple rows from one grid and dragging/dropping them on anther grid.
Any help or guidance would really help me out.
-
Does version 3.0 supports ObservableCollection for editing and adding new record? Or we still have to use IBindingList Interface.
If yes can you guide me with any examples.
Thanks
Atul
-
Hi Dave,
You can use the following example as a helper.
System.Data.DataRowView dv = (DataRowView)myGrid.SelectedItem;Type dataType = dv[''MyColumnName''].GetType();
Hope it helps.
-
Hi,I'm having trouble displaying a combox as a cell content in the datagrid.I'm using a DataSet as the DataContext. I currently have two tables: 1. The data for the grid (named ItemList with the columns Name and UnitId)2. The the data for the combobox (named Units with the columns Id and Description) The column UnitId in table ItemList references ...
-
Gentlemen,
I have the following construct: MyCompany.MyProject.MyStaticClass.MyInstanceClassMyInstanceClass has the members ID and Description.MyInstanceClass also has a static MyStaticList that keeps a List<> of all instances of the class. This serves as the IEnumerable source for the datagrid.When I am binding my data, even with ...
|
|
|
|