The xamDataGrid™, xamDataCarousel™, and xamDataPresenter™ controls have default editors registered with them for particular data types. The following table shows the data type and the editor that is registered to edit it by default.
| Data Type | Editor |
|---|---|
| string | xamTextEditor™ |
| bool | xamCheckEditor™ |
| DateTime | xamDateTimeEditor™ |
| decimal | xamCurrencyEditor™ |
| double | xamNumericEditor™ |
| float | xamNumericEditor |
| byte | xamNumericEditor |
| sbyte | xamNumericEditor |
| short | xamNumericEditor |
| ushort | xamNumericEditor |
| int | xamNumericEditor |
| uint | xamNumericEditor |
| long | xamNumericEditor |
| ulong | xamNumericEditor |
