I don't know I just feel that I get the weirdest errors.
I have a simple set-up, I have a radgrid with a MasterTableView and a DetailTableView.
In the DetailTableView I have radComboBoxes and the combo boxes are all set to AutoPostback="true" so when the selectedindexchanges the autopostback fires. To minimize the possibilities I even removed the code from the code behind and just kept the Sub, so at the moment it postbacks to an empty Sub.
When it fires I get a javascript error in Sys$WebForms$PageRequestManager$_endPostBack indicating a server error (500).
For testing purposes I put some radComboBoxes on the MasterTableView and put some code for the postback and I do not get a javascript error.
Thanks
I have a simple set-up, I have a radgrid with a MasterTableView and a DetailTableView.
In the DetailTableView I have radComboBoxes and the combo boxes are all set to AutoPostback="true" so when the selectedindexchanges the autopostback fires. To minimize the possibilities I even removed the code from the code behind and just kept the Sub, so at the moment it postbacks to an empty Sub.
When it fires I get a javascript error in Sys$WebForms$PageRequestManager$_endPostBack indicating a server error (500).
For testing purposes I put some radComboBoxes on the MasterTableView and put some code for the postback and I do not get a javascript error.
Thanks