views:

199

answers:

2

Hi,

If I place a DevExpress ASPxComboBox or ASPxTextBox within a JQueryUI tabs widget, any data that is within a DevExpress control that is not on the initally active tab does not get displayed, although the DevExpress controls themselves are (they are just blank).

Removing the tabs functionality for testing (by not calling the JQuery, the html structure remains identical) results in the DevExpress controls working fine.

Can anyone suggest a resolution?

Regards

Moo

A: 

Do not use jQuery UI with devexpress, they are not compatible. DevExpress does not support Jquery, it uses it's own custom javascript for controls

subt13
A: 

Try setting $.noConflict() in your JQuery.

link text

Gary L Cox Jr