Skip to content

Commit

Permalink
Fix for bug 245654
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelcheva committed Nov 9, 2017
1 parent 39dbad6 commit c3cfeab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This topic contains the following sections:
- [Enabling Cell Merging in ASP.NET MVC](#enabling-mvc)
- [**Configuring when Cell Merging is applied**](#mergeOn)
- [For all columns](#mergeOn-all)
- [For specific columns](#mergeOn-column)
- [For specific columns](#mergeOn-all)
- [**Related Content**](#related-content)
- [Topics](#topics)

Expand Down Expand Up @@ -187,6 +187,6 @@ $("#grid1").igGrid({

The following topics provide additional information related to this topic.

- [igGrid Cell Merging - Advanced Cutomization](igGrid_CellMerging_Advanced.html)
- [igGrid Cell Merging - Advanced Cutomization](igGrid-CellMerging-Advanced.html)
- [igGrid Overview](igGrid-Overview.html)
- [igGrid Sorting](igGrid_Sorting_Overview.html)
- [igGrid Sorting](igGrid-Sorting-Overview.html)
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This topic shows advanced customization for the `igGrid`™ control’s Cells Me

The following lists the topic required as a prerequisite to understanding this topic.

- [igGrid Cell Merging Overview](igGrid-CellMerging_Overview.html): This topic shows you how to enable the Cell Merging feature to be used inside `igGrid`.
- [igGrid Cell Merging Overview](igGrid-CellMerging-Overview.html): This topic shows you how to enable the Cell Merging feature to be used inside `igGrid`.

### In this topic

Expand Down Expand Up @@ -306,6 +306,6 @@ The following sample implements the custom strategy that was demonstrated in the

The following topics provide additional information related to this topic.

- [igGrid Cell Merging - Overview](igGrid_CellMerging_Overview.html)
- [igGrid Cell Merging - Overview](igGrid-CellMerging-Overview.html)
- [igGrid Overview](igGrid-Overview.html)
- [igGrid Sorting](igGrid_Sorting_Overview.html)
- [igGrid Sorting](igGrid-Sorting-Overview.html)

0 comments on commit c3cfeab

Please sign in to comment.