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

RadNumericTextBox

1 Answer 74 Views
Input
This is a migrated thread and some comments may be shown as answers.
Hiram
Top achievements
Rank 1
Hiram asked on 08 Jan 2010, 07:36 AM
Hello

In this example the property "DbValue" of the RadNumeric Textbox is described:
http://www.telerik.com/help/aspnet/input/radinput-telerik.webcontrols.radnumerictextbox-dbvalue.html

 <rad:RadNumericTextBox DbValue='<%# Bind("num") %>' 
      ID="RadNumericTextBox1" runat="server">  
 </rad:RadNumericTextBox> 

I use a RadNumericTextBox in a RadGrid EditForm and want to bind it. But I am wondering, that I cannot find this property in my code completion list.

Is this property not longer there? Is there a replacement for this property?



1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 08 Jan 2010, 09:16 AM
Hello Aho,

The DbValue property is active and can be set in the markup of the control as demonstrated in the following online example:

Within grid

I hope this helps,
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Input
Asked by
Hiram
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or