This question is locked. New answers and comments are not allowed.
Hi,
Is there a way on how to set the error message being displayed when validating data inside the gridview?
The datatype defined is in double so if the user entered string, the error message should be translated.
Kindly check the attached image.
Thanks,
Cielo
Is there a way on how to set the error message being displayed when validating data inside the gridview?
The datatype defined is in double so if the user entered string, the error message should be translated.
Kindly check the attached image.
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding QtyOrder, Mode=TwoWay}"
DataFormatString
=
"{}{0:0.00}"
Width
=
"50"
IsGroupable
=
"False"
TextAlignment
=
"Right"
UniqueName
=
"QtyOrder"
>
<
telerik:GridViewColumn.Header
>
<
TextBlock
Text
=
"{Binding Source={StaticResource DataContextProxy}, Path=DataSource.TextQtyOrder}"
/>
</
telerik:GridViewColumn.Header
>
</
telerik:GridViewDataColumn
>
Thanks,
Cielo