Click here to Skip to main content
15,892,746 members
Home / Discussions / WPF
   

WPF

 
QuestionTelerik RadRadioButton Hover Effect Pin
Kevin Marois30-Mar-11 11:29
professionalKevin Marois30-Mar-11 11:29 
AnswerRe: Telerik RadRadioButton Hover Effect Pin
SledgeHammer0130-Mar-11 11:42
SledgeHammer0130-Mar-11 11:42 
QuestionWPF Entering Currency Pin
_Maxxx_30-Mar-11 2:10
professional_Maxxx_30-Mar-11 2:10 
AnswerRe: WPF Entering Currency Pin
Pete O'Hanlon30-Mar-11 2:26
mvePete O'Hanlon30-Mar-11 2:26 
AnswerRe: WPF Entering Currency [modified] Pin
Pete O'Hanlon30-Mar-11 8:54
mvePete O'Hanlon30-Mar-11 8:54 
GeneralRe: WPF Entering Currency Pin
_Maxxx_30-Mar-11 12:42
professional_Maxxx_30-Mar-11 12:42 
GeneralRe: WPF Entering Currency Pin
Pete O'Hanlon30-Mar-11 13:01
mvePete O'Hanlon30-Mar-11 13:01 
QuestionBinding a Checkbox Column with a Byte Value 0 or 1 [modified] Pin
Vimalsoft(Pty) Ltd29-Mar-11 22:12
professionalVimalsoft(Pty) Ltd29-Mar-11 22:12 
I have a Gridview where i bind the list of values from my model. Now i have a bit field from the DB and it represents yes or no, or true or false using 1 and 0. Now i want to bind this to a Checkbox column and below is what i have

<telerik:GridViewCheckBoxColumn  AutoSelectOnEdit="True"  DataMemberBinding="{Binding sIsMain,Mode=TwoWay}"></telerik:GridViewCheckBoxColumn>



and it give me an Error when i run it.

SCRIPT5022: Unhandled Error in Silverlight Application
Code: 4004   
Category: ManagedRuntimeError      
Message: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at System.Windows.ResourceManagerWrapper.GetResourceForUri(Uri xamlUri, Type componentType)

Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/
modified on Wednesday, March 30, 2011 4:18 AM

AnswerRe: Binding a Checkbox Column with a Byte Value 0 or 1 Pin
Pete O'Hanlon29-Mar-11 22:52
mvePete O'Hanlon29-Mar-11 22:52 
GeneralRe: Binding a Checkbox Column with a Byte Value 0 or 1 Pin
Vimalsoft(Pty) Ltd30-Mar-11 2:27
professionalVimalsoft(Pty) Ltd30-Mar-11 2:27 
GeneralRe: Binding a Checkbox Column with a Byte Value 0 or 1 Pin
Pete O'Hanlon30-Mar-11 2:30
mvePete O'Hanlon30-Mar-11 2:30 
Questionproblem with cross-domain silverlight and WCF Pin
Yanshof29-Mar-11 5:11
Yanshof29-Mar-11 5:11 
AnswerRe: problem with cross-domain silverlight and WCF Pin
Pete O'Hanlon29-Mar-11 7:03
mvePete O'Hanlon29-Mar-11 7:03 
GeneralRe: problem with cross-domain silverlight and WCF Pin
Yanshof29-Mar-11 21:49
Yanshof29-Mar-11 21:49 
GeneralRe: problem with cross-domain silverlight and WCF Pin
Pete O'Hanlon29-Mar-11 22:25
mvePete O'Hanlon29-Mar-11 22:25 
GeneralRe: problem with cross-domain silverlight and WCF Pin
Yanshof29-Mar-11 23:23
Yanshof29-Mar-11 23:23 
GeneralRe: problem with cross-domain silverlight and WCF Pin
Pete O'Hanlon29-Mar-11 23:33
mvePete O'Hanlon29-Mar-11 23:33 
Questionusercontrol - silverlight 4.0 Pin
arkiboys29-Mar-11 5:04
arkiboys29-Mar-11 5:04 
AnswerRe: usercontrol - silverlight 4.0 Pin
Yanshof29-Mar-11 5:15
Yanshof29-Mar-11 5:15 
AnswerRe: usercontrol - silverlight 4.0 Pin
Mycroft Holmes29-Mar-11 13:04
professionalMycroft Holmes29-Mar-11 13:04 
GeneralRe: usercontrol - silverlight 4.0 Pin
arkiboys30-Mar-11 4:39
arkiboys30-Mar-11 4:39 
GeneralRe: usercontrol - silverlight 4.0 Pin
Mycroft Holmes30-Mar-11 14:13
professionalMycroft Holmes30-Mar-11 14:13 
GeneralRe: usercontrol - silverlight 4.0 [modified] Pin
arkiboys30-Mar-11 18:33
arkiboys30-Mar-11 18:33 
QuestionChange the Seleted Item of a Combobox in a Child window from a Parent Window Pin
Vimalsoft(Pty) Ltd29-Mar-11 4:28
professionalVimalsoft(Pty) Ltd29-Mar-11 4:28 
AnswerRe: Change the Seleted Item of a Combobox in a Child window from a Parent Window Pin
Mycroft Holmes29-Mar-11 13:12
professionalMycroft Holmes29-Mar-11 13:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.