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
715
Editors in xamWebGrid
posted

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.

Parents
No Data
Reply Children
No Data