I am uisng the latest release version of radcontrols in visual studio 2010 in a net4 project.
I have a RCB on my main form inside a rad ajax panel with autopost=true.
When I change the selected index of the radcombobox at the server side it runs the rcb_selectedindexchanged function. Inside this function I call the radajaxpanel.responsescripts.add function to call a javascript routine to open the radwindow.
The rad window winodw pops up fine and i can close the window no problems.
Once the modal window closes though the combobox seems to be in a disabled state (for instance I can no longer drop the list down to select another item).
I have tried setting the radwindow modeless and then trying the combobox before closing the window and I still can no longer use the combobox but I can use other controls on the page?
its as though as soon as the radwindow shows it disables the radcombobox and then does not re-enable it?
Is there anyone there who has seen the behaviour before and could shed some light on how to fix this for me please?
I have a RCB on my main form inside a rad ajax panel with autopost=true.
When I change the selected index of the radcombobox at the server side it runs the rcb_selectedindexchanged function. Inside this function I call the radajaxpanel.responsescripts.add function to call a javascript routine to open the radwindow.
The rad window winodw pops up fine and i can close the window no problems.
Once the modal window closes though the combobox seems to be in a disabled state (for instance I can no longer drop the list down to select another item).
I have tried setting the radwindow modeless and then trying the combobox before closing the window and I still can no longer use the combobox but I can use other controls on the page?
its as though as soon as the radwindow shows it disables the radcombobox and then does not re-enable it?
Is there anyone there who has seen the behaviour before and could shed some light on how to fix this for me please?