I think you are trying to prevent the Row Drag and Drop functionality for the Master table. If so you can achieve the desired scenario on the client side by setting the Name property for the Master and Detail table. On OnRowDragStarted client event check for the Name property and cancel accordingly.