I have some data in a webcombo through SQL and only want one column visible, when i set the property Hidden=True on the others and view it in the browser it displays correctly.
Then when i go back into quick design all the values are set to False again.
Any Ideas?
Sounds like a bug in the designer. It could be triggered by rebinding the webcombo to a different datasource, so be sure you're not re-assigining the datasource property inside of the QuickDesign each time. Otherwise, the workaround would be to add those settings in code - or avoid opening the QuickDesign. You can also check and see if there's a more recent version of the assemblies available via a HotFix. https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads I'd also recommend you report this but through one of the more formal support channels listed at http://es.infragistics.com/gethelp - or directly through our online support form at http://es.infragistics.com/support/submitrequest.aspx
Hope this helps,
-Tony