Raise a Toast to Elegance: Glassware Rentals for Unforgettable Events

Welcome to A&S Party Rental, where we turn ordinary moments into extraordinary memories with our exquisite Glassware Rentals. Whether you’re planning a wedding, corporate gathering, or any special occasion, our curated collection of high-quality glassware will add a touch of sophistication to your event, creating a memorable atmosphere for you and your guests.

items
Set Event Date

Glassware for Rent

190753

Glassware rentals in Dayton, Ohio from A&S Party Rental — wine glasses, champagne flutes, water goblets, teacups, Irish coffee cups, ideal for weddings and galas.

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

Glassware Rentals in Dayton, Ohio

Raise a toast and serve in style with A&S Party Rental’s glassware rentals in Dayton! Perfect for company picnics, weddings, birthday parties, school events, and family gatherings, our glassware adds class and elegance to any table setting.

Choose from a wide selection including wine glasses, champagne flutes, water goblets, teacups, and Irish coffee cups to match your drinks and décor. Our glassware is professionally cleaned and ready to make your event look polished and sophisticated.

Whether it’s a elegant dinner, or festive celebration, our glassware makes every sip taste as good as it looks.

Toast to a great event—contact A&S Party Rental today to reserve your glassware and elevate your Dayton gathering!

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['1807649'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1807649","rental_name":"Aurora Smoke Champagne Flute","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022974003\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221807649\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Aurora-Smoke-Champagne-Flute-600x600 - Edited_1678982395.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Aurora-Smoke-Champagne-Flute-600x600 - Edited_1678982395_big.png\u0022}}"};

Aurora Smoke Champagne Flute

from $2.35

Aurora+Smoke+Champagne+Flute

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/aurora-smoke-champagne-flute/

1807649

Limited

Dropdown

10

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['422487'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"422487","rental_name":"Champagne Flutes","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022765049\u0022,\u0022rentalimage_createtime\u0022:\u00221658858502\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221658858502\u0022,\u0022rentalimage_itemid\u0022:\u0022422487\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FluteGlass_555326.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FluteGlass_555326_big.JPG\u0022}}"};

Champagne Flutes

from $1.00

Champagne+Flutes

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/champagne-flutes/

422487

Limited

Textbox

10

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['1807631'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1807631","rental_name":"Melodia Blush Champagne Flutes","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022973995\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221807631\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Melodia-Blush-Champagne-Flute-600x600 - Edited - Edited - Edited_1678982094.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Melodia-Blush-Champagne-Flute-600x600 - Edited - Edited - Edited_1678982094_big.png\u0022}}"};

Melodia Blush Champagne Flutes

from $2.35

Melodia+Blush+Champagne+Flutes

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/melodia-blush-champagne-flutes-2/

1807631

Limited

Textbox

10

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['2838699'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2838699","rental_name":"Melodia Indigo Water Goblet (Coming in JUNE)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221944243\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222838699\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Melodia-Indigo-Water-Goblet_1747688184.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Melodia-Indigo-Water-Goblet_1747688184_big.jpg\u0022}}"};

Melodia Indigo Water Goblet (Coming in JUNE)

from $2.10

Melodia+Indigo+Water+Goblet+%28Coming+in+JUNE%29

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/melodia-indigo-water-goblet/

2838699

Limited

Dropdown

10

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['1808909'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1808909","rental_name":"Valentina Teacup \u0026 Saucer","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976331\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808909\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3529 - Edited (1)_1679067200.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3529 - Edited (1)_1679067200_big.png\u0022}}"};

Valentina Teacup & Saucer

from $3.50

Valentina+Teacup+%26+Saucer

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/valentina-teacup-saucer/

1808909

Limited

Dropdown

10

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['1808987'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1808987","rental_name":"Vatican Amber Wine Glass","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976397\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808987\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-amber-red-wine-8-oz - Edited_1679070643.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-amber-red-wine-8-oz - Edited_1679070643_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022976399\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808987\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3550_1679070644.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3550_1679070644_big.JPG\u0022}}"};

Vatican Amber Wine Glass

from $2.35

Vatican+Amber+Wine+Glass

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/vatican-amber-wine-glass/

1808987

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['1808991'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1808991","rental_name":"Vatican Amethyst Wine Glass","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976407\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808991\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-amethyst-red-wine-8-oz - Edited_1679070829.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-amethyst-red-wine-8-oz - Edited_1679070829_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022976409\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808991\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3552_1679070830.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3552_1679070830_big.JPG\u0022}}"};

Vatican Amethyst Wine Glass

from $2.35

Vatican+Amethyst+Wine+Glass

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/vatican-amethyst-wine-glass/

1808991

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['1808927'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1808927","rental_name":"Vatican Clear Wine Glass","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976337\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808927\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-clear-red-wine-8-oz - Edited (1)_1679068058.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/vatican-clear-red-wine-8-oz - Edited (1)_1679068058_big.png\u0022}}"};

Vatican Clear Wine Glass

from $2.35

Vatican+Clear+Wine+Glass

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/vatican-clear-wine-glass/

1808927

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['1808975'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1808975","rental_name":"Vatican Smoke Wine Glass","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976383\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808975\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/_- Edited (2)_1679070218.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/_- Edited (2)_1679070218_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022976385\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221808975\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3549_1679070218.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3549_1679070218_big.JPG\u0022}}"};

Vatican Smoke Wine Glass

from $2.35

Vatican+Smoke+Wine+Glass

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/vatican-smoke-wine-glass/

1808975

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['1809043'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1809043","rental_name":"Vatican Turquoise Wine Glass","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022976465\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221809043\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/_- Edited (3)_1679072158.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/_- Edited (3)_1679072158_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022976467\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221809043\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3553_1679072158.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_3553_1679072158_big.JPG\u0022}}"};

Vatican Turquoise Wine Glass

from $2.35

Vatican+Turquoise+Wine+Glass

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/vatican-turquoise-wine-glass/

1809043

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['2211819'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2211819","rental_name":"Whiskey Glass 10.25oz","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221357015\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222211819\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Screenshot 2024-02-29 1.27.59 PM_1709231962.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Screenshot 2024-02-29 1.27.59 PM_1709231962_big.png\u0022}}"};

Whiskey Glass 10.25oz

from $1.00

Whiskey+Glass+10.25oz

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/whiskey-glass-10-25oz/

2211819

Limited

Dropdown

25

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['450021'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"450021","rental_name":"Irish Coffee Cup","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022102919\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022450021\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IRISHCOFFEECUP_127308.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IRISHCOFFEECUP_127308_big.JPG\u0022}}"};

Irish Coffee Cup

from $1.00

Irish+Coffee+Cup

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/irish-coffee-cup/

450021

Limited

Textbox

10

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['370062'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"370062","rental_name":"Water Goblet Glass (SET OF 25)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022890681\u0022,\u0022rentalimage_createtime\u0022:\u00221673894895\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221673894895\u0022,\u0022rentalimage_itemid\u0022:\u0022370062\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WATERGLASS_774779.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WATERGLASS_774779_big.JPG\u0022}}"};

Water Goblet Glass (SET OF 25)

from $1.00

Water+Goblet+Glass+%28SET+OF+25%29

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/water-goblet-glass-set-of-25/

370062

Limited

Textbox

25

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['370064'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"370064","rental_name":"Wine Glass Valore 17.1oz (Minimum set of 25)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022893025\u0022,\u0022rentalimage_createtime\u0022:\u00221674051016\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221674051016\u0022,\u0022rentalimage_itemid\u0022:\u0022370064\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_2446.JPG_731096.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_2446.JPG_731096_big.jpeg\u0022}}"};

Wine Glass Valore 17.1oz (Minimum set of 25)

from $1.00

Wine+Glass+Valore+17.1oz+%28Minimum+set+of+25%29

https://www.aspartyrental.com/dayton/inventory/glassware-rentals/wine-glass-valore-17-1oz-minimum-set-of-25/

370064

Limited

Textbox

25

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();
}
});
});

Why Choose Glassware Rentals for Your Event?

Versatility:* Our glassware rental options cover a broad spectrum of styles, shapes, and sizes. From classic and timeless designs to modern and trendy options, our selection allows you to tailor your drink presentation to match the theme and ambiance of your event.

Convenience: Planning an event involves numerous details, and our glassware rentals offer a convenient solution. Skip the stress of purchasing and cleaning large quantities of glassware—renting ensures a hassle-free experience, letting you focus on the joy of your event.

Quality Assurance:* At A&S Party Rental, we prioritize quality. Our glassware is meticulously inspected, cleaned, and maintained to ensure a polished and flawless presentation at your event.

Explore Our Glassware Rental Options

Classic Stemware: Elevate your event with our classic stemware collections. Whether it’s wine glasses, champagne flutes, or water goblets, our timeless designs are perfect for formal events, weddings, and upscale celebrations.

Modern Tumblers and Highballs: Embrace contemporary style with our modern tumblers and highballs. These versatile options are ideal for a variety of beverages, adding a touch of sophistication to casual and formal settings alike.

Specialty Glassware:* Make a statement with our specialty glassware options, including martini glasses, mule mugs, and more. These unique pieces add a distinctive touch to your event’s drink service.

Why Choose A&S Party Rental for Glassware Rentals?

Extensive Selection: Our broad inventory ensures that you’ll find the perfect glassware to complement your event style and preferences. Explore our options to discover the ideal pieces that will enhance your drink presentation.

Professional Service: We understand the importance of a seamless event, and our professional team is dedicated to providing excellent service. From initial inquiries to delivery and pickup, we are committed to making your experience stress-free.

Competitive Pricing: Hosting an exceptional event shouldn’t be cost-prohibitive. Our competitive pricing allows you to achieve a refined drink service without exceeding your budget.

How to Rent Glassware from A&S Party Rental?

  1. Explore Our Collection: Visit our website or showroom to peruse our extensive glassware rental options.

  2. Request a Quote: Contact our friendly team to receive a personalized quote based on your event requirements.

  3. Reserve Your Rental: Once you’ve chosen your glassware, secure your rental for your event date.

  4. Delivery and Pickup: Relax and let us handle the logistics. We’ll deliver your chosen glassware to your event venue and handle the pickup afterward.

Raise the bar on elegance at your event with the exquisite glassware from [Your Company Name]. Contact us today to turn your drink service into a highlight of your celebration.

Check out our YouTube Channel, Facebook , Pinterest & TikTok

Want to know what our customers think our glassware rentals? Check out our reviews here.

Google Reviews  or Facebook Reviews.