Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2325
Drag Drop b/w two Xam Data Grids.
posted

Hi team,

Need help with the below scenario.

I have two Xam data grids  where i am using Drag drop manager to do drag & drop .

My Xam Data grid 1 & 2 are  bound to a class below.

public class Emp

{

     public int ID{get;set;}

     public  string Gender {get;set;}

}

The Dragsource & drop target  of a data record should be same either of male or female, if i am dragging  male onto a female record, then drop should not be allowed and  icon should change as in DropNotAllowedCursorTemplate