Grid not updating while swaping element[modified]
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
when i am swaping element in grid its refelecting on form but at time of saving when i ll go for reading it will not give me updated one . for swaping i am using Grid.SetRow and Grid.SetColumn function.
Border borderInnerAttr;
Grid.SetRow(borderInnerAttr, Grid.GetRow(borderInnerAttr) - 1);
Grid.SetColumn(borderInnerAttr, Grid.GetColumn(borderInnerAttr));here i am able to swap element in grid but at the time reading grid it will return me the original position of elements. Pls help me ....
Reasons are not Important but Results are Important. http://www.sql4professional.blogspot.com Swati Tripathi
modified on Thursday, May 27, 2010 8:54 AM