This question is locked. New answers and comments are not allowed.
Hi!
I set Alternaterows like this in code and I use DragDropManager:
Please help me out here.
If I use alternate rows the drag drop don't work on the aleternated rows. So so every other row drag drop don't work.I set Alternaterows like this in code and I use DragDropManager:
dg1.AlternateRowBackground = new SolidColorBrush(Color.FromArgb(255, 184, 186, 188));
dg1.AlternationCount = 2;
Please help me out here.