This is a migrated thread and some comments may be shown as answers.

DataLayout and RadMaskedEditBox

2 Answers 68 Views
DataLayout
This is a migrated thread and some comments may be shown as answers.
Alex Dybenko
Top achievements
Rank 2
Alex Dybenko asked on 14 Mar 2019, 12:44 PM

Hi,

i tried to change auto generated editor to RadMaskedEditBox like here, but it doesn't work in DataLayout, while changing same way to Combo, Textbox, Checkbox works ok. For RadMaskedEditBox binding is not created. Any workaround for that?

 

Thanks

Alex

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 15 Mar 2019, 08:55 AM
Hi Alex,

Thank you for writing.

It is possible to achieve the desired behavior. Just make sure that the masked edit box has a binding using the same data source as the binding used by the RadDataLayout. I am attaching my test project.

Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Alex Dybenko
Top achievements
Rank 2
answered on 15 Mar 2019, 09:23 AM

Hi Hristo,

thanks, this.radMaskedEditBox.DataBindings.Add(binding); did the trick!

 

Alex

 

Tags
DataLayout
Asked by
Alex Dybenko
Top achievements
Rank 2
Answers by
Hristo
Telerik team
Alex Dybenko
Top achievements
Rank 2
Share this question
or