Elevate Your Event with Stunning Ceiling Drape Rentals

Transform your event venue into a breathtaking masterpiece with our premium Ceiling Drape Rentals at A&S Party Rental. Whether you’re planning a wedding, corporate gala, or any special celebration, our exquisite ceiling drapes add a touch of glamour, sophistication, and style to any space.

Why Choose Ceiling Drape Rentals?

Ambiance Enhancement: Create a dreamy atmosphere with our ceiling drape rentals. Soft, flowing fabrics in various colors and styles can completely change the ambiance of your event, turning an ordinary space into a captivating and enchanting one.

Versatility: Our ceiling drapes are incredibly versatile, suitable for a wide range of events, including weddings, receptions, corporate parties, and more. They can be customized to match your theme, color scheme, or specific design preferences.

Photo-Worthy Moments: Impress your guests and create unforgettable photo opportunities with our elegant ceiling drapes. The soft, diffused lighting created by draped ceilings provides the perfect backdrop for capturing special moments.

Our Ceiling Drape Rental Options

Fabric Variety: Choose from our extensive selection of high-quality fabrics, including sheer materials for a romantic feel, luxurious satin for a sophisticated touch, or textured fabrics for a unique and personalized look.

Custom Designs: Our experienced team can work with you to create custom ceiling drape designs that align perfectly with your event theme. Whether you envision a classic, modern, or whimsical style, we can bring your vision to life.

Professional Installation: Rest easy knowing that our skilled team will handle the installation of your ceiling drapes with precision and attention to detail. We ensure a seamless setup that enhances the overall aesthetic of your event space.

Why Choose A&S Party Rental for Ceiling Drape Rentals?

Quality Assurance: We take pride in providing high-quality ceiling drape rentals that are well-maintained, clean, and ready to impress. Our commitment to quality ensures that your event will be visually stunning and memorable.

Expert Guidance: Not sure where to start? Our knowledgeable team is here to offer expert guidance on choosing the right ceiling drape options for your event. We’ll work closely with you to understand your vision and bring it to life.

Convenient Rental Process: Our rental process is designed to be convenient and stress-free. From initial inquiries to delivery and installation, we strive to make every step of the process as smooth as possible.

How to Rent Ceiling Drapes from A&S Party Rental?

  1. Consultation: Contact us for a consultation to discuss your event vision, theme, and preferences.

  2. Customization: Choose from our range of fabrics and discuss custom design options with our team.

  3. Quote: Receive a personalized quote based on your event details and chosen ceiling drape options.

  4. Booking: Secure your ceiling drape rental by confirming your booking with us.

  5. Installation: Relax and enjoy your event while our professional team takes care of the installation, ensuring everything looks perfect.

Elevate your event to new heights with the enchanting beauty of our Ceiling Drape Rentals. Contact A&S Party Rental today to turn your vision into a reality.

Check out our YouTube Channel, Facebook , Pinterest & TikTok

Want to know what our customers think of us and our ceiling drape rentals? Check out our reviews here.

Google Reviews  or Facebook Reviews.

items
Set Event Date

Ceiling Drapery for Rent

127965

Ceiling drapery rentals in Dayton & Cincinnati, Ohio from A&S Party Rental — ideal for weddings, proms, homecoming and family celebrations.

Professional delivery to Franklin OH and surrounding areas. Please submit a quote or contact us to be sure we service your area.

Ceiling Drapery Rentals in Dayton & Cincinnati, Ohio

Transform any venue into a magical, elegant, and inviting space with A&S Party Rental’s ceiling drapery rentals in Dayton & Cincinnati! Perfect for weddings, birthday parties, school events, and family gatherings, our drapery adds style, ambiance, and a wow factor to any celebration.

From soft, flowing fabrics to bold, colorful designs, our ceiling drapery enhances lighting, creates intimate spaces, and elevates your décor. Pair with tables, chairs, tents, and event furniture to create a fully immersive, unforgettable event experience.

Elevate your event—contact A&S Party Rental today to reserve your ceiling drapery and make your Dayton or Cincinnati celebration truly spectacular!

function CategoryGallery(rental_id, rental_name, images_arr){ var rid = rental_id; var rentalName = rental_name; // Normalize images_arr: it may arrive as a JSON string, an object, or be undefined try { if (typeof images_arr === 'string' && images_arr.length) { images_arr = JSON.parse(images_arr); } } catch (e) { images_arr = {}; } if (!images_arr) images_arr = {}; // Where to append anchors and thumbs var $bigAfter = jQuery('#io_img_big2_' + rid); var $thumbAfter = jQuery('#io_img_thumb1_' + rid); if ($bigAfter.length && $thumbAfter.length) { var relVal = $bigAfter.attr('rel') || 'img_group noopener'; // Helper to validate a URL-like value (non-empty and not literal placeholders) var isValid = function (u) { if (!u) return false; var s = String(u).trim(); if (!s) return false; if (s.indexOf('%%') !== -1) return false; // ignore unreplaced placeholders if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false; return true; }; var addedThumbs = 0; // Iterate image map and append missing big anchors and thumbs for (var key in images_arr) { if (!images_arr.hasOwnProperty(key)) continue; var imgObj = images_arr[key] || {}; var href = imgObj["rentalimage_imagelocbig"] || imgObj["imagelocbig"] || imgObj["big"]; var src = imgObj["rentalimage_imageloc"] || imgObj["imageloc"] || imgObj["thumb"]; // Compute index consistent with existing templates var n = parseInt(key, 10); if (isNaN(n)) { // Try to derive from position by incrementing a counter if keys are not numeric n = 1; } // Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing var bigIndex = n + 1; // matches io_cart_shortcode.html pattern var thumbIndex = n + 1; // thumb id series aligns with big series in newer code // Add big anchor if valid and not already present if (isValid(href)) { var bigId = '#io_img_big' + bigIndex + '_' + rid; if (jQuery(bigId).length === 0) { var $a = jQuery('', { rel: relVal, href: href, id: 'io_img_big' + bigIndex + '_' + rid }); $bigAfter.after($a); $bigAfter = $a; // maintain insertion point } } // Add thumbnail if valid and not already present if (isValid(src)) { var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid; if (jQuery(thumbId).length === 0) { var $img = jQuery('', { 'class': 'io_image_thumb skip-lazy', title: rentalName, src: src, alt: rentalName, id: 'io_img_thumb' + thumbIndex + '_' + rid }).on('mouseover', function () { if (typeof updateMainPic === 'function') { updateMainPic(this); } }); $thumbAfter.after($img); $thumbAfter = $img; // maintain insertion point addedThumbs++; } } } // Reveal the thumbnail box if we added any extra thumbnails if (addedThumbs > 0) { jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show(); } } } // Function to generate list view content on demand (global scope) generateListViewContent = function() { console.log('[IO List View] Generating list view content dynamically'); jQuery('.io_item2_list').each(function() { var $item = jQuery(this); // Skip if already generated if ($item.find('.io_list_view_content').length > 0) { return; } // Extract rental_id from the item var rentalId = $item.find('.item_rentalid').text().trim(); if (!rentalId) { console.warn('[IO List View] No rental_id found for item, skipping'); return; } // Read data from dynamically named global variables // var description = String(window['data_description_' + rentalId] || "").replace(/[\r\n]+/g, "").trim(); var indoorOutdoor = String(window.io_category_data[rentalId]["indoor_outdoor"] || "").replace(/[\r\n]+/g, "").trim(); var staff = String(window.io_category_data[rentalId]["staff"] || "").replace(/[\r\n]+/g, "").trim(); var electric = String(window.io_category_data[rentalId]["electric"] || "").replace(/[\r\n]+/g, "").trim(); var dimensions = String(window.io_category_data[rentalId]["dimensions"] || "").replace(/[\r\n]+/g, "").trim(); // Helper function to strip HTML tags from text var stripHtml = function(html) { var tmp = document.createElement("DIV"); tmp.innerHTML = html; return (tmp.textContent || tmp.innerText || "").trim(); }; // Helper function to escape HTML to prevent XSS var escapeHtml = function(text) { var map = { '&': '&', '': '>', '"': '"', "'": ''' }; return text.replace(/[&"']/g, function(m) { return map[m]; }); }; // Strip HTML tags from description // description = stripHtml(description); // Build the HTML structure with escaped content var html = '
'; // html += '
' + escapeHtml(description) + '
'; html += '
'; // Setup field - only add if valid if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) { html += '
'; html += 'Setup:'; html += '' + escapeHtml(indoorOutdoor) + ''; html += '
'; } // Operators field - only add if valid var operatorsText = staff ? staff + ' Adult Supervision Required' : ""; if (operatorsText && operatorsText !== '0 Adult Supervision Required' && operatorsText !== 'Adult Supervision Required' && operatorsText !== '0') { html += '
'; html += 'Operators:'; html += '' + escapeHtml(operatorsText) + ''; html += '
'; } // Power field - only add if valid var powerText = electric ? electric + ' Outlets' : ""; if (powerText && powerText !== '0 Outlets' && powerText !== '0.00 Outlets' && powerText !== 'Outlets' && powerText !== '0') { html += '
'; html += 'Power:'; html += '' + escapeHtml(powerText) + ''; html += '
'; } // Size field - only add if valid if (dimensions && dimensions !== '0' && dimensions.length > 0) { html += '
'; html += 'Size:'; html += '' + escapeHtml(dimensions) + ''; html += '
'; } html += '
'; // close io_item_details_labeled html += '
'; // close io_list_view_content // Insert before the buttons container $item.find('.io_buttons_container').before(html); }); } jQuery(document).ready(function($) { jQuery(".io_item2_list").each(function(){ var rentalId = jQuery(this).find('.item_rentalid').text().trim(); if (io_categoryVariantImages == 'on'){ CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId]["images_arr"]); } }); console.log('[IO View Toggle] Document ready, initializing view toggle functionality'); // Check if category_id has a numeric value to identify actual category pages // This must happen before any view state is applied var categoryId = $('.category_id').text().trim(); var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0; if (!hasNumericCategoryId) { console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization'); return; } console.log('[IO View Toggle] Category page detected with categoryId:', categoryId); $('body').addClass('io-has-category-id'); // Show the toggle buttons on category pages $('.io_view_toggle_container').show(); console.log('[IO View Toggle] Toggle buttons displayed for category page'); // Track if view toggle has been initialized var isInitialized = false; // Initialize view toggle functionality function initViewToggle(force) { // Skip if already initialized unless forced if (isInitialized && !force) { console.log('[IO View Toggle] Already initialized, skipping'); return; } console.log('[IO View Toggle] Initializing view toggle functionality'); // Check if toggle buttons exist if ($('.io_view_toggle_btn').length === 0) { console.warn('[IO View Toggle] Toggle buttons not found in DOM'); return; } console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons'); // Check if category container exists if ($('.io_catdiv2').length === 0) { console.warn('[IO View Toggle] Category container (.io_catdiv2) not found'); return; } console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers'); // Get saved view preference from localStorage var savedView = localStorage.getItem('io_category_view') || 'tile'; console.log('[IO View Toggle] Retrieved saved view preference:', savedView); // Set initial view $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view'); console.log('[IO View Toggle] Applied initial view class:', savedView + '-view'); // Update button states $('.io_view_toggle_btn').removeClass('active'); $('.io_view_toggle_btn[data-view="' + savedView + '"]').addClass('active'); console.log('[IO View Toggle] Updated button states, active button:', savedView); // Generate list view content if initial view is list if (savedView === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available yet'); } } // Log current items count var itemCount = $('.io_item2_list').length; console.log('[IO View Toggle] Found', itemCount, 'items in category'); // Handle toggle button clicks using native JavaScript for better compatibility // Remove any existing event listeners first $('.io_view_toggle_btn').off('click.viewToggle'); // Use native JavaScript addEventListener for more reliable event handling var buttons = document.querySelectorAll('.io_view_toggle_btn'); console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS'); buttons.forEach(function(button) { // Remove any existing listener var newButton = button.cloneNode(true); button.parentNode.replaceChild(newButton, button); // Add fresh event listener newButton.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var view = this.getAttribute('data-view'); console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view); // Generate list view content if switching to list view if (view === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } // Update button states document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) { btn.classList.remove('active'); }); this.classList.add('active'); console.log('[IO View Toggle] Updated button active states'); // Update grid view var catdiv = document.querySelector('.io_catdiv2'); if (catdiv) { catdiv.classList.remove('tile-view', 'list-view'); catdiv.classList.add(view + '-view'); console.log('[IO View Toggle] Applied view class:', view + '-view'); } // Save preference localStorage.setItem('io_category_view', view); console.log('[IO View Toggle] Saved view preference to localStorage:', view); // Debug: Log current layout state setTimeout(function() { if (catdiv) { var containerClasses = catdiv.className; var visibleItems = document.querySelectorAll('.io_item2_list:not([style*="display: none"])').length; console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses); console.log('[IO View Toggle] Visible items after view change:', visibleItems); // Check if list view content is properly shown/hidden if (view === 'list') { var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*="display: none"])').length; console.log('[IO View Toggle] Visible list content elements:', visibleListContent); } } }, 100); }, true); // Use capture phase console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view')); }); console.log('[IO View Toggle] Event handlers attached successfully'); // Mark as initialized isInitialized = true; } // Initialize when page loads console.log('[IO View Toggle] Starting initial setup'); initViewToggle(); // Also initialize after dynamic content loads (if applicable) $(document).on('io_content_loaded', function() { console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing'); initViewToggle(); }); // Debug: Monitor for DOM changes that might affect our functionality if (typeof MutationObserver !== 'undefined') { var mutationTimeout; var lastItemCount = $('.io_item2_list').length; var observer = new MutationObserver(function(mutations) { // Debounce: clear existing timeout and set a new one clearTimeout(mutationTimeout); mutationTimeout = setTimeout(function() { var currentItemCount = $('.io_item2_list').length; // Only trigger if we have new items that weren't there before if (currentItemCount > lastItemCount) { console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')'); lastItemCount = currentItemCount; // If already initialized, just generate list view content for new items if in list view if (isInitialized) { var currentView = localStorage.getItem('io_category_view') || 'tile'; if (currentView === 'list') { console.log('[IO View Toggle] Generating list view content for new items'); if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } } else { // Not initialized yet, so initialize console.log('[IO View Toggle] Initializing due to new items'); initViewToggle(); } } }, 250); // 250ms debounce }); observer.observe(document.body, { childList: true, subtree: true }); console.log('[IO View Toggle] DOM mutation observer started'); } // Debug: Log window resize events that might affect responsive layout $(window).on('resize.viewToggle', function() { var windowWidth = $(window).width(); var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile'; console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView); }); console.log('[IO View Toggle] Initialization complete'); });

window.io_category_data = window.io_category_data || {}; window.io_category_data['2463311'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2463311","rental_name":"12 \u0027 Ladder FRAME TENT INSTALLS","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222145507\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222463311\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/12ladder_1760624661.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/12ladder_1760624661_big.jpg\u0022}}"};

12 ‘ Ladder FRAME TENT INSTALLS

from $100.00

12+%27+Ladder+FRAME+TENT+INSTALLS

https://www.aspartyrental.com/dayton/inventory/event-furniture-rentals/12-ladder-frame-tent-installs/

2463311

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2463307'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2463307","rental_name":"18 + LADDER HP POLE TENT INSTALLS","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222145513\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222463307\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/18ladder_1760624816.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/18ladder_1760624816_big.jpg\u0022}}"};

18 + LADDER HP POLE TENT INSTALLS

from $150.00

18+%2B+LADDER+HP+POLE+TENT+INSTALLS

https://www.aspartyrental.com/dayton/inventory/event-furniture-rentals/18-ladder-hp-pole-tent-installs/

2463307

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462157'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462157","rental_name":"30\u0027 White Satin Drapes","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022979991\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462157\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/White_1200_368131de-7128-4557-ba0e-8fd47a494e2d_540x_1679344125.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/White_1200_368131de-7128-4557-ba0e-8fd47a494e2d_540x_1679344125_big.png\u0022}}"};

30′ White Satin Drapes

from $50.00

30%27+White+Satin+Drapes

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/30-white-satin-drapes/

1462157

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462059'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462059","rental_name":"40\u0027 Ivory Satin Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022980005\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462059\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ivory112_1200_3d257571-c5dc-4ee2-a090-40e0c4f7343a_540x_1679344294.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ivory112_1200_3d257571-c5dc-4ee2-a090-40e0c4f7343a_540x_1679344294_big.png\u0022}}"};

40′ Ivory Satin Drape

from $50.00

40%27+Ivory+Satin+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/40-ivory-satin-drape/

1462059

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462159'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462159","rental_name":"40\u0027 White Satin Drapes","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022979989\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462159\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/White_1200_368131de-7128-4557-ba0e-8fd47a494e2d_540x_1679344107.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/White_1200_368131de-7128-4557-ba0e-8fd47a494e2d_540x_1679344107_big.png\u0022}}"};

40′ White Satin Drapes

from $50.00

40%27+White+Satin+Drapes

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/40-white-satin-drapes/

1462159

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2463315'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2463315","rental_name":"5\u0027- 8\u0027 Ladder SIDE POLE DRAPE INSTALL","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222145531\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222463315\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/5ladder_1760625339.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/5ladder_1760625339_big.jpg\u0022}}"};

5′- 8′ Ladder SIDE POLE DRAPE INSTALL

from $0.00

5%27-+8%27+Ladder+SIDE+POLE+DRAPE+INSTALL

https://www.aspartyrental.com/dayton/inventory/event-furniture-rentals/5-8-ladder-side-pole-drape-install/

2463315

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2201859'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2201859","rental_name":"Chandelier Empire Swag Crystal 14\u0027\u0027x26\u0027\u0027","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221462767\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222201859\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/download_1714057021.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/download_1714057021_big.png\u0022}}"};

Chandelier Empire Swag Crystal 14″x26″

from $125.00

Chandelier+Empire+Swag+Crystal+14%22×26%22

https://www.aspartyrental.com/dayton/inventory/decor-rentals/chandelier-empire-swag-crystal-14×26/

2201859

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2201879'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2201879","rental_name":"Chandelier Empire Swag Crystal 24\u0027\u0027x36\u0027\u0027","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222139103\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222201879\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/empireswag_1760034671.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/empireswag_1760034671_big.jpg\u0022}}"};

Chandelier Empire Swag Crystal 24″x36″

from $175.00

Chandelier+Empire+Swag+Crystal+24%22×36%22

https://www.aspartyrental.com/dayton/inventory/event-furniture-rentals/chandelier-empire-swag-crystal-24×36/

2201879

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462233'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462233","rental_name":"Dusty Rose 30\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833253\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462233\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ecf2f473-78f6-4059-99d3-d800018126d9.e1403660b9ca791d389da76776a309bf_1668010324.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ecf2f473-78f6-4059-99d3-d800018126d9.e1403660b9ca791d389da76776a309bf_1668010324_big.jpeg\u0022}}"};

Dusty Rose 30′ Sheer Ceiling Drape

from $100.00

Dusty+Rose+30%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/dusty-rose-30-sheer-ceiling-drape/

1462233

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462235'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462235","rental_name":"Dusty Rose 40\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833257\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462235\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/81yDZ8UogvL._AC_SX466__1668010351.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/81yDZ8UogvL._AC_SX466__1668010351_big.jpg\u0022}}"};

Dusty Rose 40′ Sheer Ceiling Drape

from $100.00

Dusty+Rose+40%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/dusty-rose-40-sheer-ceiling-drape/

1462235

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462237'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462237","rental_name":"Ivory 30\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833259\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462237\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/30-Foot-Ceiling-Curtain-Draping-Sheer-Voile-Flame-Retardant-Ivory_1668010377.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/30-Foot-Ceiling-Curtain-Draping-Sheer-Voile-Flame-Retardant-Ivory_1668010377_big.png\u0022}}"};

Ivory 30′ Sheer Ceiling Drape

from $100.00

Ivory+30%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/ivory-30-sheer-ceiling-drape/

1462237

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462243'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462243","rental_name":"Ivory 30\u0027 Sheer Ceiling Drape w\/gramets","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833261\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462243\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Voile-Drapes-Ivory_2__63640_1668010402.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Voile-Drapes-Ivory_2__63640_1668010402_big.jpg\u0022}}"};

Ivory 30′ Sheer Ceiling Drape w/gramets

from $100.00

Ivory+30%27+Sheer+Ceiling+Drape+w%2Fgramets

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/ivory-30-sheer-ceiling-drape-w-gramets-2/

1462243

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462245'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462245","rental_name":"Ivory 40\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833263\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462245\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/713zmKP8jHL_1668010424.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/713zmKP8jHL_1668010424_big.jpg\u0022}}"};

Ivory 40′ Sheer Ceiling Drape

from $100.00

Ivory+40%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/ivory-40-sheer-ceiling-drape/

1462245

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462249'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462249","rental_name":"Ivory 50\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833265\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462249\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/713zmKP8jHL_1668010438.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/713zmKP8jHL_1668010438_big.jpg\u0022}}"};

Ivory 50′ Sheer Ceiling Drape

from $100.00

Ivory+50%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/ivory-50-sheer-ceiling-drape/

1462249

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462251'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462251","rental_name":"Ivory 60\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833267\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462251\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/710dfn03BTL_1668010462.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/710dfn03BTL_1668010462_big.jpg\u0022}}"};

Ivory 60′ Sheer Ceiling Drape

from $100.00

Ivory+60%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/ivory-60-sheer-ceiling-drape/

1462251

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1462253'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1462253","rental_name":"White 30\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833269\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221462253\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/710dfn03BTL_1668010478.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/710dfn03BTL_1668010478_big.jpg\u0022}}"};

White 30′ Sheer Ceiling Drape

from $100.00

White+30%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/white-30-sheer-ceiling-drape/

1462253

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1241269'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1241269","rental_name":"White 40\u0027 Sheer Ceiling Drape","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022833271\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221241269\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/61DMhiar1vL._AC_UF894,1000_QL80__1668010511.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/61DMhiar1vL._AC_UF894,1000_QL80__1668010511_big.jpg\u0022}}"};

White 40′ Sheer Ceiling Drape

from $100.00

White+40%27+Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/white-40-sheer-ceiling-drape/

1241269

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2887115'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2887115","rental_name":"White 60\u0027 Sheer Ceiling Drape","images_arr":"{}"};

White 60′ Sheer Ceiling Drape

from $200.00

White+60%27++Sheer+Ceiling+Drape

https://www.aspartyrental.com/dayton/inventory/ceiling-drape-rentals/white-60-sheer-ceiling-drape/

2887115

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});