Hi everyone,
I'm facing the js error, and i didn't identify the reason yet.
I put 2 RadEditors in uxTabA, some aspx controls to uxTabB, and i put the RadGrid (Classic RadGrid with using AJAX built-in feature inside) - named
uxGridSource in uxTabC
I'm using the ImageButton - named
uxCmdSave on the CommandItem in
uxGridSource .
After clicking the button
uxCmdSave, everything is OK, but i'm getting the client error
after that, i cannot navigate to any tab (i'm using 3 tabs as described above) on my page.
I think that this error is thrown from RadEditor, but i do not know what the solution is yet.
However, if the page is PostBack fully by any button on the page (not on the RadGrid), this error does not occurs.
Please help me.