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

Is this a bug? IsEnabled not working in DataForm.

1 Answer 68 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
wg
Top achievements
Rank 1
wg asked on 16 Feb 2011, 03:59 PM
Hi,

My version is 2010 Q3 Sp1.

When I put NumericUpDown inside a DataForm. like this.

                        <toolkit:DataField Label="Test">
                            <telerik:RadNumericUpDown IsEnabled="False"/>
                        </toolkit:DataField>                        

It looks there is no effect. It always is able to be edited. 

Could you please take a look at it?  Did I do something wrong or it is a bug?

Thank you very much,

Bill

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 21 Feb 2011, 02:23 PM
Hello,

I would suggest you to set the DataField's enabled property instead:

<toolkit:DataField IsEnabled="False">
            <telerik:RadNumericUpDown />
</toolkit:DataField>

 


Regards,
George
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
NumericUpDown
Asked by
wg
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or