dhxMenu

I wanted to add a list radio buttons to change the skins of the grid.



I used the following code. I do not see any samples for this kind of radio button creation in your doc. This does not seem to work.Any suggestion?



dhxMenu.addNewChild(“options”, 401, “skin”, “Select Skin”, false, “new.gif”);

menu.addRadioButton(“child”, “skin”, 402, “sbdark”, “SB Dark”, “group1”, false, false);







I See Options menu and Select Skin below that. I do not see radio button

Hello,

In first codeline you are using dhxMenu variable and in second - menu.
They should be the same.