Skip to content

Commit

Permalink
kb(grid): Add missing namespace imports to example
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed Apr 9, 2024
1 parent 1e2034f commit b807109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions knowledge-base/grid-binding-to-expando-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ The following example demonstrates how the Grid can edit, filter, and group null
<div class="skip-repl"></div>

````CSHTML
@using Telerik.DataSource
@using Telerik.DataSource.Extensions
@using System.Dynamic

<TelerikToolBar>
<ToolBarButtonGroup>
<ToolBarToggleButton Selected="@( GridFilterMode == GridFilterMode.FilterRow )"
Expand Down

0 comments on commit b807109

Please sign in to comment.