Browse by Tags
All Tags » WPF Data Grid » DataBinding (RSS)
-
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 ...
-
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
|
|
|
|