Skip to content

Commit e865718

Browse files
authored
kb(grid): adjust sub headings
1 parent f5cb29d commit e865718

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

knowledge-base/grid-save-and-restore-filters-programmatically.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,12 @@ Protected Sub btnRestoreFilters_Click(ByVal sender As Object, ByVal e As EventAr
255255
End Sub
256256
````
257257

258-
### TEST this Solution
258+
### Test this Solution
259259

260260
Create an ASPX Page and add the following Grid definitions to it
261261

262+
#### Markup Code
263+
262264
````ASP.NET
263265
264266
<h3>Action Buttons</h3>
@@ -301,7 +303,7 @@ Create an ASPX Page and add the following Grid definitions to it
301303

302304
In the CodeBehind, add the following code
303305

304-
### Code Behind Logic
306+
#### Code Behind Logic
305307

306308
````C#
307309
private DataTable OrdersTable()

0 commit comments

Comments
 (0)