add images inside cell templates, fix typos in dark mode article

This commit is contained in:
PROGRESS\doyordan 2021-01-22 18:42:25 +02:00
Родитель d4ad9a9209
Коммит 10382cceaf
4 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -36,6 +36,10 @@ And the **Club** custom object:
<snippet id='datagrid-columns-data'/>
DataGrid Date Column with CellContentTemplate property and inside the template we have added a DateTime Picker control
![DataGrid Cell Content Template Property](../images/datagrid-column-cell-content-template.png)
>important An example with DataGrid CellContentTemplate can be found in the DataGrid/Columns folder of the [SDK Samples Browser application]({%slug developer-focused-examples%}).
## Cell Edit Template Example
@ -59,6 +63,10 @@ And the **Club** custom object:
<snippet id='datagrid-columns-data'/>
DataGrid Boolean Column with CellEditTemplate property and inside the template we have added a switch, and two buttons. The edit template is visualized when the cell is in edit mode.
![DataGrid Cell Content Template Property](../images/datagrid-column-cell-edit-template.png)
>important A sample example with DataGrid CellEditTemplate can be found in the DataGrid/Columns folder of the [SDK Samples Browser application]({%slug developer-focused-examples%}).
## See Also

Двоичные данные
controls/datagrid/images/datagrid-column-cell-content-template.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 80 KiB

Двоичные данные
controls/datagrid/images/datagrid-column-cell-edit-template.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 67 KiB

Просмотреть файл

@ -18,7 +18,7 @@ In order to support Dark theme for Android, the application's theme must inherit
Example:
Set the app theme inside the Resources/valies/styles.xml file locaded in the Android project.
Set the app theme inside the Resources/values/styles.xml file located in the Android project.
```xml
<style name="MainTheme" parent="Theme.AppCompat.DayNight">
@ -34,7 +34,7 @@ ListView, DataForm and DataGrid:
## Dark Mode for iOS
Telerik UI for Xamarin controls automatically react to system appearance changes.
Telerik UI for Xamarin controls **automatically** react to system appearance changes.
Here is how some of the Telerik Xamarin controls look on iOS with Darh Mode applied: