Completed
Last Updated: 08 May 2020 15:49 by ADMIN
Release R2 2020
Todd A
Created on: 31 Jul 2019 11:36
Category: MultiColumnComboBox
Type: Feature Request
2
RadMultiColumnComboBox to have the same height as the other dropdown and input controls in the suite

Currently, the RadMultiColumnComboBox has smaller height than the AutoCompleteBox or the RadComboBox for example. 

A possible workaround can be using the following styles: 

<style>
    .RadMultiColumnComboBox .k-dropdown-wrap {
        padding: 4px 12px;
    }

    .RadMultiColumnComboBox .k-select {
        width: 1.42857143em;
        height: 1.42857143em;
        position: absolute;
        box-sizing: content-box;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        padding: 6px;
    }
</style>

1 comment
ADMIN
Rumen
Posted on: 08 May 2020 13:45

Hi Everybody,

The issue will be fixed in the next week's release - R2 2020 (2020.2.514).

Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.