I need to override the \"adminhtml/sales/order/create/items/grid.phtml\" file to display some custom text under each item while creating new order from admin. I want this to
Basically, you have to declare a new layout file for your module for adminhtml area, than set a new template path using setTemplate method and reference[name] node.