Hello,
I have a little problem under Internet Explorer only.
I have a dropdownlist that is bind by xml (datatype: ‘xml’).
If the xml is a file on the server disk, i don’t have any problems but if the xml is php file then the dropdownlist is not bind.
I have made a sample to be more explicit -> http://xbox.team.free.fr/2012-09-12-Debug.zip
To test it, you have to deploy it on a php webserver. In index.htm, you will see the following line :
//var dataAdapter_drpLicense = new $.jqx.dataAdapter(getDataSource_drpLicense(‘./mm_customers.xml’));
var dataAdapter_drpLicense = new $.jqx.dataAdapter(getDataSource_drpLicense(‘./mm_customers.php’));
If you uncomment the first line and comment the second one, it will works even on IE.
Note that there is the same problem with the ListBox.
I’m working by the same way with the grid and it works fine.
Thanks for your help,
Marco