Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions ej2-asp-core-toc.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<ul class="treeview">

<li><a href="ej2-asp-core/introduction">Introduction</a></li>
<li><a href="ej2-asp-core/system-requirements">System Requirements</a></li>
<li><a href="ej2-asp-core/nuget-packages">NuGet Packages</a></li>
<li><a href="ej2-asp-core/right-to-left">Right-To-Left</a></li>
<li><a href="ej2-asp-core/state-persistence">State Persistence</a></li>
<li><a href="ej2-asp-core/accessibility">Accessibility</a></li>
<li><a href="ej2-asp-core/browser">Browser Compatibility</a></li>

<li>Grid
<ul>
<li><a href="ej2-asp-core/grid/getting-started-core">Getting Started</a></li>
Expand Down Expand Up @@ -67,7 +74,7 @@
<li>how to
<ul>
<li><a href="ej2-asp-core/grid/how-to/refresh-the-data-source">Refresh the data source</a></li>
<li><a href="ej2-asp-core/grid/how-to/enable-disable-grid-and-its-actions">Enable/Disable Grid and
<li><a href="ej2-asp-core/grid/how-to/enable-disable-grid-and-its-actions">Enable or Disable Grid and
its actions</a></li>
<li><a href="ej2-asp-core/grid/how-to/print-the-expanded-state-from-other-pages">Print the expanded
state from other pages</a></li>
Expand Down Expand Up @@ -122,7 +129,7 @@
parameters to the server when Exporting</a></li>
<li><a href="ej2-asp-core/grid/how-to/customize-pager-drop-down">Customize Pager DropDown</a></li>
<li><a href="ej2-asp-core/grid/how-to/hide-the-expand-collapse-icon-in-parent-row">Hide the
expand/collapse icon in parent row with no record in child grid</a></li>
expand or collapse icon in parent row with no record in child grid</a></li>
<li><a href="ej2-asp-core/grid/how-to/render-both-ej1-and-ej2-grids-in-same-application">Render both
EJ1 and EJ2 Grids in same application</a></li>
<li><a href="ej2-asp-core/grid/how-to/complex-column-as-foreign-key-column">How to set complex
Expand Down
13 changes: 10 additions & 3 deletions ej2-asp-mvc-toc.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<ul class="treeview">

<li><a href="ej2-asp-mvc/introduction">Introduction</a></li>
<li><a href="ej2-asp-mvc/system-requirements">System Requirements</a></li>
<li><a href="ej2-asp-mvc/nuget-packages">NuGet Packages</a></li>
<li><a href="ej2-asp-mvc/right-to-left">Right-To-Left</a></li>
<li><a href="ej2-asp-mvc/state-persistence">State Persistence</a></li>
<li><a href="ej2-asp-mvc/accessibility">Accessibility</a></li>
<li><a href="ej2-asp-mvc/browser">Browser Compatibility</a></li>

<li>Grid
<ul>
<li><a href="ej2-asp-mvc/grid/getting-started-mvc">Getting Started</a></li>
Expand Down Expand Up @@ -67,7 +74,7 @@
<ul>
<li><a href="ej2-asp-mvc/grid/ej1-api-migration">Migration from Essential JS 1</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/refresh-the-data-source">Refresh the data source</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/enable-disable-grid-and-its-actions">Enable/Disable Grid and its
<li><a href="ej2-asp-mvc/grid/how-to/enable-disable-grid-and-its-actions">Enable or Disable Grid and its
actions</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/print-the-expanded-state-from-other-pages">Print the expanded state
from other pages</a></li>
Expand Down Expand Up @@ -117,7 +124,7 @@
<li><a href="ej2-asp-mvc/grid/how-to/passing-parameter-to-server-exporting">Passing additional parameters to
the server when Exporting</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/customize-pager-drop-down">Customize Pager DropDown</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/hide-the-expand-collapse-icon-in-parent-row">Hide the expand/collapse
<li><a href="ej2-asp-mvc/grid/how-to/hide-the-expand-collapse-icon-in-parent-row">Hide the expand or collapse
icon in parent row with no record in child grid</a></li>
<li><a href="ej2-asp-mvc/grid/how-to/render-both-ej1-and-ej2-grids-in-same-application">Render both EJ1 and
EJ2 Grids in same application</a></li>
Expand Down