I'm using a radiogroup and would like to change the font size of the boxLabel for the RadioGroup items. Tried the cls property but no luck… Any ideas?
Code below:
{
xtype: 'radiogroup',...
Type: Posts; User: ruifavas
I'm using a radiogroup and would like to change the font size of the boxLabel for the RadioGroup items. Tried the cls property but no luck… Any ideas?
Code below:
{
xtype: 'radiogroup',...
Hi,
I'm using the Ext.grid.GroupingView to display some data on a grid. Is there a way to scroll to a group header row when I reload the store.
I'm currently doing this setting the focus to...