OnTriggerEnter and IDragHandler

just a simple question, I’m trying to drag an object and enter a collider but the OnTriggerEnter function is never triggered when the object get into it, so do i missing something or the function will not trigger while the object dragables.

Solved
the GameObject must have a rigidBody in order to trigger the collision!