else
{if(d===Telerik.Web.UI.Keys.Tab){if(this.get_dropDownVisible()){this._hideDropDown(f)
}
this._raiseClientBlur(f);
this
._selectItemOnBlur(f);
this
._focused=false;
return
if
(this._focused){this._raiseClientBlur(c);
this
._selectItemOnBlur(c);
this
._focused=false;
the second one works fine and the focus is on display button.if i wont click out side and just press the tab the focus is going away from the display button.
please let me know what went wrong and what i should do to set the focus on the button if i press tab from radcombobox.
thanks,
Bharathwajan

Hi, I have run into following problem.
I've got following layout for chart parts (from the top to bottom):
Title - on the top
Legend - below the title
Plot area - below the legend
I've changed the height of chart and turned the AutoLayout option turned on.
It turned out that for greater chart's height values lots of empty space between the Legend and the Plot area appears.
This reminded me that there is a margin set on the plot's area, so I've changed it from 15% to 0 pixels.
But this didn't help at all. It still happens that while increasing the chart's height - gap between the Legend and the plot area grows despite I removed all the margins. The margin I've just cleared is not taken into account at all for some reason.
Is there a way to have the chart rescaled verticaly to large height values, while not having this strange margin between the Plot area and the Legend.