Hello!
I`ve tryed to use the XamWebMaskedEditor and XamWebNumericEditor in templated column.
But when I include a editor within datatemplate
<igGrid:TemplateColumn.EditorTemplate> <DataTemplate> <StackPanel Orientation="Vertical"> <TextBox Text="{Binding Val.Value, Mode=TwoWay}"></TextBox> <igEdit:XamWebMaskedEditor Value="{Binding Val.Value}" ></igEdit:XamWebMaskedEditor> </StackPanel> </DataTemplate> </igGrid:TemplateColumn.EditorTemplate>
, for example, the grid is crushing when I try to edit this column.
XamWebGrid is not support editors? With TextBox (and without editors) everything is works fine.
Hope, you can help me.:))
Thank you.
The error message is not very descriptive. Could you attach a sample that reproduces your problem ?
Hello.
Unexpected exception in Application_UnhandledException event.
This error fires for any type of an editor in templated column.
Could you provide some more information: what's the error message that you're getting?
Any body here?