I try to make a function in my application that looks something like
http://cutesoft.net/example/general.aspx , the user is able to choose how advanced the editor should be. My implementation works this way: When the user checks a different radiobutton the AutoConfigure property of the CuteEditor is set to this value.
I have put a save button in all autoconfigure files since this button has a certain function in the application. My problem is that the save-button only works in the full version. When the CuteEditor is set to Simple, Compact or Minimal a click on the save-button only causes the CuteEditors looks to change to Full. In those cases the postbackcommand event is never raised.
Please help me to solve this problem