I have a need to catch the change event from XamGrid DateColumn. In other words, when a user selects a new date from DatePicker or changes the date textbox next to the picker, I should be able to catch that event and show user a messagebox with information. How can I do this? I have been looking for the answer from the forums and tried several things, but haven't found a way to accomplish this.
<ig:XamGrid.EditingSettings><ig:EditingSettings AllowEditing="Cell" IsMouseActionEditingEnabled="DoubleClick" /></ig:XamGrid.EditingSettings
<ig:DateColumn Key="Date" HeaderText="Date" IsReadOnly="False" AllowEditingValidation="True" EditorDisplayBehavior="Always" />The question might be too simple to be asked on the forums, but I am new to Silverlight and Infragistics Silverlight components.
Hello AriV,
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.
I have been looking into your post and I am not completely sure when you would like a message box to appear. Would you please tell me whether you wish a message box to appear on the SelectedDateChanged event of the DatePicker or when the DatePicker loses focus ?
I am looking forward to hearing from you.