This question is locked. New answers and comments are not allowed.
Hi People,
Am using Rad q3 2009 with sl4 beta.
I am gettging unhandled Exception Error in Script When i double click the Cell in the Grid View.
Here is My code.
<radgrid:RadGridView x:Name="RadGridView1" Width="Auto" AutoGenerateColumns="False" Margin="152,90,262,337" SelectionChanged="RadGridView1_SelectionChanged" CanUserFreezeColumns="True" CanUserSelect="True" >
</radgrid>
An unhandled exception("Unhandled Error in Silverlight 2 Application Code:4004 Category:ManagedRuntimeError
Message:System.ArgumentException:TwoWay binding requires Path.
Pls help in this regard
Thanks
Regards
N.Balaji
Am using Rad q3 2009 with sl4 beta.
I am gettging unhandled Exception Error in Script When i double click the Cell in the Grid View.
Here is My code.
<radgrid:RadGridView x:Name="RadGridView1" Width="Auto" AutoGenerateColumns="False" Margin="152,90,262,337" SelectionChanged="RadGridView1_SelectionChanged" CanUserFreezeColumns="True" CanUserSelect="True" >
</radgrid>
An unhandled exception("Unhandled Error in Silverlight 2 Application Code:4004 Category:ManagedRuntimeError
Message:System.ArgumentException:TwoWay binding requires Path.
Pls help in this regard
Thanks
Regards
N.Balaji
11 Answers, 1 is accepted
0
Hi,
I've just tried this however everything worked fine on my end - you can check the attached project for reference.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I've just tried this however everything worked fine on my end - you can check the attached project for reference.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

balaji
Top achievements
Rank 1
answered on 01 Feb 2010, 08:41 AM
Hey there thanks for your reply.
Can you pls modify your code and send me in Vs2008 environment.
Coz i cant open the solution flle
Thanks
Can you pls modify your code and send me in Vs2008 environment.
Coz i cant open the solution flle
Thanks
0
Hi,
According to your first post you have Silverlight 4 and that is why I'm sending you VS2010 project with Silverlight 4 binaries.
Kind regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
According to your first post you have Silverlight 4 and that is why I'm sending you VS2010 project with Silverlight 4 binaries.
Kind regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

balaji
Top achievements
Rank 1
answered on 01 Feb 2010, 08:59 AM
Hey thanks vlaad,
Sorry to mention that am using vs 2008 can u pls send the code dev in vs 2008
so that i can trouble shoot the problem.
Thanks
Sorry to mention that am using vs 2008 can u pls send the code dev in vs 2008
so that i can trouble shoot the problem.
Thanks
0
Hello,
There is nothing special in my project - just your grid declaration bound to simple IEnumerable<T>. Can you clarify once again what is the grid and Silverlight version at your end?
Sincerely yours,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
There is nothing special in my project - just your grid declaration bound to simple IEnumerable<T>. Can you clarify once again what is the grid and Silverlight version at your end?
Sincerely yours,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

balaji
Top achievements
Rank 1
answered on 01 Feb 2010, 09:15 AM
my Sl is Silverligght 4
Rad is RadControls_for_Silverlight_2009_3_1103_DEV.msi
Rad is RadControls_for_Silverlight_2009_3_1103_DEV.msi
0

balaji
Top achievements
Rank 1
answered on 01 Feb 2010, 09:57 AM
is it the DLL that is casing error?
0

balaji
Top achievements
Rank 1
answered on 02 Feb 2010, 06:46 AM
Still am getting the Same Script Error.
What Could be the Root Cause of it.
Plz Explain how to solve this.
What Could be the Root Cause of it.
Plz Explain how to solve this.
0

balaji
Top achievements
Rank 1
answered on 05 Feb 2010, 08:52 AM
Hey Guys
I cant find any clue for it.
Can Any one Figure Out and Tell me what could be Wrong.
Thanks
I cant find any clue for it.
Can Any one Figure Out and Tell me what could be Wrong.
Thanks
0
Hello,
Please try our latest service pack (Q3 SP2) or even our latest internal build and let me know about the result.
Kind regards,
Vlad
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Please try our latest service pack (Q3 SP2) or even our latest internal build and let me know about the result.
Kind regards,
Vlad
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0

balaji
Top achievements
Rank 1
answered on 05 Feb 2010, 09:27 AM
Thanks guys it Works Now