This question is locked. New answers and comments are not allowed.
Hi,
I am using a silverlight application with TelerikGrid we are using RadMaskedCurrencyInput as a Template column in Telerik Grid.
Below is the code.
<telerik:RadMaskedCurrencyInput Value="{Binding SearchSize,Mode=TwoWay}" IsClearButtonVisible="False" Mask="############.##" IsValidationHintVisible="False" Margin="3" TabIndex="9999" IsTabStop="False" TabNavigation="Once" />
When I try to enter in RadMaskedCurrencyInput control it takes me to next control so what i entered shifted to another control.
Do I need to set some property. I tried TabNavigation="Local" too.
I have attached screen shot. Please have a look into it for better understanding.
I will appreciated prompt solution for this.
Thanks & Regards
Amresh
I am using a silverlight application with TelerikGrid we are using RadMaskedCurrencyInput as a Template column in Telerik Grid.
Below is the code.
<telerik:RadMaskedCurrencyInput Value="{Binding SearchSize,Mode=TwoWay}" IsClearButtonVisible="False" Mask="############.##" IsValidationHintVisible="False" Margin="3" TabIndex="9999" IsTabStop="False" TabNavigation="Once" />
When I try to enter in RadMaskedCurrencyInput control it takes me to next control so what i entered shifted to another control.
Do I need to set some property. I tried TabNavigation="Local" too.
I have attached screen shot. Please have a look into it for better understanding.
I will appreciated prompt solution for this.
Thanks & Regards
Amresh