hi,
i want to have a webcombo with single column like standard asp.net dropdownlist, so i want to hide the header of the column how can i do that, becuae i'm using the single column webcombo need to keep consistance page layout on my application, normal asp.net dropdown i can use but problem is i can't theme it like infragistics combo, it will remove my page theme and consisitance, any csolution for that.
thanx
charaka
Hello,
You can use CSS to hide the headers. In HeaderStyle tag of DropDownLayout you can set the property CustomRules="display:none;"