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

how to use RadMaskedNumericInput isreadonly

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jaleel
Top achievements
Rank 1
Jaleel asked on 19 Jan 2012, 11:16 AM
Hi,

      I am using silverlight 4.0 and telerik Q2 version in my application, My question is : i want to lock a entire row based on particular condition, for acheive this i used 'isreadonlybinding' property.  It locks the row but some of the controls are not locked.
( I am using radgridview, RadMaskedNumericInput and raddatepicker are placed inside the radgridview, only these controls are not locked).

thanks

Jaleel

1 Answer, 1 is accepted

Sort by
0
Jaleel
Top achievements
Rank 1
answered on 19 Jan 2012, 11:19 AM
Hi,

    My requirement is, want to lock entire radgridview row.  This gridview have RadMaskedNumericInput and RadDatePicker

Sample RadMaskedNumericinput code :

 

 

 

 

<telerik:GridViewDataColumn Header="testdata" SortMemberPath="testdata" TextAlignment="Right" IsGroupable="True" >

 

<

 

 

telerik:GridViewColumn.CellTemplate>

 

 

 

 

 

 

 

 

 

<DataTemplate>

 

 

 

 

 

 

 

 

 

<telerik:RadMaskedNumericInput x:Name="radinput" Value="{Binding testdata}" FormatString="n2" Mask="#9.2" EmptyContent="0.00" />

 

 

 

 

 

 

 

 

 

</DataTemplate>

 

 

 

 

 

 

 

 

 

</telerik:GridViewDataColumn>

 

 

 

 

</telerik:GridViewColumn.CellTemplate>

 

Tags
General Discussions
Asked by
Jaleel
Top achievements
Rank 1
Answers by
Jaleel
Top achievements
Rank 1
Share this question
or