Could somebody tell me whats wrong in below code. I get an error message while i try to add the below code in my project:
An unhandled exception of type 'System.ArgumentException' occurred in infragistics.win.v3.1.dll. Additional information: Can't add a ValueListItem to a value list item collection
Dim ValueListItem1 As Infragistics.Win.ValueListItem = New Infragistics.Win.ValueListItem
Dim ValueListItem2 As Infragistics.Win.ValueListItem = New Infragistics.Win.ValueListItem
ValueListItem1.DataValue = False
ValueListItem1.DisplayText = "Date/Facility"
ValueListItem2.DataValue = False
ValueListItem2.DisplayText = "Facility/Date"Me.optSort.Items.Add(ValueListItem1) - ERROR Here Cant add a valueListItem to value list item collectionMe.optSort.Items.Add(ValueListItem2)
Still get the same error msg.
Dave, The link works, do i need to add any other references to my code? I already have the following:
infragistics.Shared.v3.1Infragistics.Win.Misc.v3.1Infragistics.Win.UltraWinEditors.v3.1Infragistics.Win.UltraWinGrid.v3.1Infragistics.Win.UltraWinMaskedEdit.v3.1Infragistics.Win.UltraWinSchedule.v3.1Infragistics.win.v3.1
Do i have to add anyother reference to the code. Thanks for your help
Dave,
The link which you gave now is correct. i installed it. What is the next step.
Hello Shiv,
Thank you for your response. I did some more research and noticed that the installer link Mike provided isn't actually the latest available Service Release for NetAdvantage 2008 Volume 2. You can get it yourself by following the link below and selecting NetAdvantage 2008 Volume 2 from the list of products. If you do not see NetAdvantage 2008 Volume 2 listed, you will need to follow the second link and register the product key to your web-site account.
Once you've selected NetAdvantage 2008 Volume 2, a set of tabs will appear below the list of products. Select the Service Releases tab and then select the Windows Forms Service Release.
https://ko.infragistics.com/my-account/keys-and-downloads/
https://ko.infragistics.com/my-account/register-product
This is what i get: