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