Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
Catching change event in DateColumn
posted

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.

Parents
No Data
Reply Children
No Data