Browse by Tags
All Tags » DataGrid » WPF Data Grid (RSS)
-
Hey everyone,
I have a Xceed Datagrid which loads in data and works wonders. However, today I was approached by my supervisor and he wanted to know if the column headers can be hidden on demand. If it is possible is there a way I can modify it from the C# code?
Thanks in advance.
-
I have a combo box in a grid cell which populates data from collection. However, it's value is not getting saved in the grid cell when focus is moved to another row in the grid. Any pointers would be greatly appreciated.
-
Hello,
I want to manipulate a simple array with xCeed grid. Is this possible? I can view items, but editing and creating doesn't function.
public partial class Window1 : Window {public ObservableCollection<int> deneme { get; set; }
public Window1() {InitializeComponent();dummy = new ...
-
Hi,
I have troubles to work with Xceed DataGrid and ADO.Net Entities Framework. How to make a ''databinding'' with a datagrid and a entitie of ADO.Net Entities Framework?
I´m so sorry about my poor english!
tks
Leo
-
hi,
I tried to put the radio buttons inside the grid using Datatemplates. I want two radio buttons in one cell with the same group name . But if i define the radio button in data templates the group name is same for each radio button in different cells so if i am selecting any one the rest is getting unselected ... so i m in a wrong way or is ...
-
this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green.
i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
-
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
-
I thought this was working in the past, and I'm running out of ideas as to what may have happened. I thought I'd throw this post up while I work on a testapp.
I have a DataGridCollectionView viewing a collection (w/ INotifyCollectionChanged) of data objects which have INotifyPropertyChanged. When I update one of the properties, ...
|
|
|
|