Browse by Tags
All Tags » DataGrid (RSS)
-
Hi
1) question of performance on visible change
I am using the DataGrid for example on a TabItem in a TabControl. Always when i switch back to the tab with the Table it recreates all (visible) rows. Is there a way to suppress the recreation of the rows and just keep the old ones? (the datasource does not change)
2) question of row status ...
-
Hi all,
I'm trying to override CancelEdit on my implementation of the DataRow:
public event EventHandler Edit_Cancel;
public override void CancelEdit(){ base.CancelEdit();
OnCancelEdit(this, EventArgs.Empty);}
public void OnCancelEdit(object sender, EventArgs args){ ...
-
Hi all,
Is there a way to know when the user has canceled his / her changes (e.g. by hitting Esc.)? I've looked in the help files and the forum, but I don't see anything like it. Thanks,Frances
-
Hi Marcus,
I tried the example given over there. But it failed. I have pasted the XAML of my Grid control.
<xceed:DataGridControl Margin=''10'' Height=''350'' Name=''MappingGrid'' Width=''Auto'' VerticalAlignment=''Top'' ...
-
Hi,
How to bind a DataTable in the same code-behind to the ComboBox column of the DataGrid?
Thanks,
Venkatesh Mookkan
|
|
|
|