Is there a way to enable bulk edit and quick edit on custom post types?

Make sure that show_ui and show_in_menu are set to true when the post type is enabled. then all the usual post/pages features will be available.

See

http://codex.wordpress.org/Function_Reference/register_post_type

Also make sure that those features are explicitly declared as by the CPT as supported.