Deleting Column in C# WPF Datagrid with Bindable Dynamic Dictionary -


i'm having rough time deleting column of data in datagrid , having deletion propagate data source. i've implemented solution binding data found in thread, , using code delete column:

vizdatagrid.columns.remove(cell.column); 

what's happening ui shows column being deleted, when go add column, column thought had deleted appears (or @ least data inside column does). appreciated, i've been @ days (winforms simpler!). thanks!

it because of autogeneratecolumns="true". set false , add columns on own in code behind.

please check post dynamically adding columns datagrid.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -