Hello
I have a webcombo bound to a SQL Data Source. At design time I have set the first column as hidden. Now, at runtime that column is shown. What could be happening?
Thanks a lot.
Yes, AutoGeneratecolumns was set true.
Have you got AutoGeneratecolumns set to True ? (DropDownLayout property)
I'm not sure what could be happening, but you could easily 'solve' this issue by just hiding the column programatically. If you want to look further on this, I guess there is something you're re-configuring afterwards.