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

[Solved] Column binding

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher Borys
Top achievements
Rank 1
Christopher Borys asked on 21 Jan 2010, 03:21 PM
I am looking for help or documentations explaining in detail column binding.  For example GridNumericColumn binds in edit mode to RadNumerixTextBox.  But what is it binding to in the view mode or when the column is readonly?

How can I control the content of the column in view mode or when readonly="true"?  Is the content then bound to Label?

chris

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 21 Jan 2010, 04:18 PM
Hi Christopher,

When in browser mode, GridNumericColumn looks and behaves like a standard GridBoundColumn. When in edit mode, however, it displays a RadNumericTextBox control. This column type is for numeric values. Its DataField property must identify a field with a valid data type (Number or Decimal).

For more information about how to use the different RadInput controls inside a databound control, please refer to the following help article:
Using RadInput Controls Inside Data-Bound Controls

Greetings,

Pavlina
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
Grid
Asked by
Christopher Borys
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or