This is a migrated thread and some comments may be shown as answers.

GridViewComboBoxColumn broken after SL4 migration

3 Answers 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 27 Apr 2010, 07:22 PM
I converted my solution to SL4, and the GridViewComboBoxColumn
usage:

 

<Controls2:GridViewComboBoxColumn     
UniqueName="NameSelection"   
DisplayMemberPath="name"   
Header="Name"   
DataMemberBinding="{Binding familyMemberid}"   
SelectedValueMemberPath="familyMemberId" />   
 
 

 

 

 

 

 

 

I had working in SL3 is now throwing a javascript error in SL4:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Tue, 27 Apr 2010 18:21:42 UTC

Message: Unhandled Error in Silverlight Application
Code: 4004   
Category: ManagedRuntimeError      
Message: System.Exception: Error HRESULT E_FAIL has been returned from a call to a COM component.
   at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
   at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name)
   at MS.Internal.XcpImports.UIElement_UpdateLayout(UIElement element)
   at Telerik.Windows.Controls.PopupWrapper.AdjustPopupLocation()
   at Telerik.Windows.Controls.RadComboBox.UpdateItemsVisibility(Boolean showAll, List`1 matchIndices)
   at Telerik.Windows.Controls.RadComboBox.DropDownPopupOpened(Object sender, EventArgs e)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)    

Line: 56
Char: 13
Code: 0
URI: http://xxxxxxxx

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 28 Apr 2010, 12:38 PM
Hello Roger,

I am not sure id that is the case , but recently I have got the same error and after some research I found that I was using the SL3 telerik binaries instead of the SL4 ones.

I think downloading and using the SL4 version of the binaries will  most probably fix the problem. If it is not the case , I would suggest to open a support ticket and send me the project , so I can check it and provide a fix.

Sincerely yours,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Roger
Top achievements
Rank 1
answered on 28 Apr 2010, 01:48 PM
I am running 2010.1.309.1030. How do I know for sure. Does this include both SL3 and SL4 binaries?
0
Roger
Top achievements
Rank 1
answered on 28 Apr 2010, 07:14 PM
I downloaded 2010.1 422, and that appears to have fixed it.

Thanks
Tags
GridView
Asked by
Roger
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Roger
Top achievements
Rank 1
Share this question
or