Skip to content

Commit ef95e4e

Browse files
docs(grid): update custom edit template
1 parent 5ad9bd9 commit ef95e4e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-88.1 KB
Binary file not shown.
26.6 KB
Loading

components/grid/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ If you need to perform logic more complex than simple data binding, use the chan
160160
<EditorTemplate>
161161
@{
162162
CurrentlyEditedEmployee = context as SampleData;
163-
<TelerikDropDownList Data="@Roles" @bind-Value="CurrentlyEditedEmployee.Role"></TelerikDropDownList>
163+
<TelerikDropDownList Data="@Roles" @bind-Value="CurrentlyEditedEmployee.Role" Width="120px" PopupHeight="auto"></TelerikDropDownList>
164164
}
165165
</EditorTemplate>
166166
</TelerikGridColumn>
@@ -225,7 +225,7 @@ If you need to perform logic more complex than simple data binding, use the chan
225225

226226
>caption The result from the code snippet above, after Edit was clicked on the first row and the user expanded the dropdown from the template
227227
228-
![](images/edit-template.jpg)
228+
![](images/edit-template.png)
229229

230230
## See Also
231231

0 commit comments

Comments
 (0)