Hi,
I have a page with multiple 10.3 webdropdownns. When the page posts back one of the dropdowns is showing blank values after the values that were in the origional load. Any idea of how they got there? or how to remove them? here is the dropdown
<
ig:WebDropDown ID="ResearchType" runat="server" Width="200px"
EnableCustomValues="False" EnableCustomValueSelection="False"
ToolTip="Select Research type search by" Font-Names="Arial"
Font-Size="Medium" TabIndex ="14"/>
now after postback
Hi aag1961,
how do you set the data source? What is your build version?
Thanks
Hi Hristo ,
The build version is 10.3.20103.1013 Infragistics4.Web.v10.3. I am setting the dataset by calling
datagrid.Datasource = articleData. articleData is a generic list of articles List<articles>.
thanks
Art
I couldn't replicate it. Please find the attached file to see how I test it. If is needed modify it and sent it back to me. Note that ig_res folder is removed due.
Thanks,
I removed the ig_res folder and it had no effect. does the fact that the dropdowns are in update panels have anything to do with it? it is fine untill i post .
I have tested it in IE8 and result is the same.
Can you make an isolated sample with steps to reproduce?
thanks,
we are using IE8 that's our company standard. i have not tried other browsers.
I mean that ig_res folder is removed from the sample which I attached, not to remove it from your project. You must keep it, because it contains all css files. Does this happen in all the browsers? Here is what I get: