I'm using TelerikGrid. In first Column in every row I have button and when customer press button dropdownmenu is opening. But if there is few rows in grid, DropDownMenu is not showing properly, it's behind the grid
I tried to add this, but it didn't help.
td[role=gridcell] {
overflow: visible !important;
color: #6f717a;
}