You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this demo, Grid is bind with data from Custom Adaptor which is created as a component when DataAdaptor is extended from OwningComponentBase. You can create Custom Adaptor from any of the two versions of the class, DataAdaptor and DataAdaptor<T>. In this demo we have used the DataAdaptor version.
In this demo, Grid is bind with data from Custom Adaptor which is created as a component when DataAdaptor is extended from OwningComponentBase. You can create Custom Adaptor from any of the two versions of the class, DataAdaptor and DataAdaptor<T>. In this demo we have used the DataAdaptor<T> version.
This demo helps us to perform Row Drag and Drop functionality within the same grid while using CustomAdaptor. With CustomAdaptor bounded to Grid, on performing Row Drag and Drop BatchUpdate method of CustomAdaptor will be triggered. We need to handle Added record position inside the it.