diff --git a/src/grid/grid/cell.md b/src/grid/grid/cell.md index 64948fe..b3f66f1 100644 --- a/src/grid/grid/cell.md +++ b/src/grid/grid/cell.md @@ -234,3 +234,8 @@ grid.appendTo('#Grid'); {% endtab %} >By default, [`columns.clipMode`](../api/grid/column/#clipmode) value is **Ellipsis**. + +## See Also + +* [How to get the clicked Grid cell details](https://www.syncfusion.com/kb/11537/how-to-get-the-clicked-grid-cell-details) +* [How to customize the Grid cell values while exporting](https://www.syncfusion.com/kb/11324/how-to-customize-the-grid-cell-values-while-exporting) \ No newline at end of file diff --git a/src/grid/grid/edit.md b/src/grid/grid/edit.md index 13a70de..7e234c9 100644 --- a/src/grid/grid/edit.md +++ b/src/grid/grid/edit.md @@ -1435,4 +1435,8 @@ If `primaryKey` is not defined in the grid, then edit or delete action take plac * [Wizard Like Editing](./how-to/use-wizard-like-dialog-editing) * [Tab Inside the Dialog Template](./how-to/using-the-tab-inside-the-dialog-template) * [Restrict to type decimal points in a NumericTextBox while editing the numeric column](./how-to/restrict-decimal-points-while-grid-editing) -* [How to bulk edit columns in Grid](https://www.syncfusion.com/blogs/post/bulk-edit-columns-in-javascript-datagrid.aspx) \ No newline at end of file +* [How to bulk edit columns in Grid](https://www.syncfusion.com/blogs/post/bulk-edit-columns-in-javascript-datagrid.aspx) +* [How to use Document Editor as an edit field in Data Grid](https://www.syncfusion.com/kb/11722/how-to-use-document-editor-as-an-edit-field-in-data-grid) +* [How to render custom confirmation dialog while updating edit operations](https://www.syncfusion.com/kb/11695/how-to-render-custom-confirmation-dialog-while-updating-edit-operations) +* [How to render ColorPicker component for particular column while editing a record](https://www.syncfusion.com/kb/11569/how-to-render-colorpicker-component-for-particular-column-while-editing-a-record) +* [How to positioning the validation error message](https://www.syncfusion.com/kb/11217/how-to-positioning-the-validation-error-message) \ No newline at end of file diff --git a/src/grid/grid/filtering.md b/src/grid/grid/filtering.md index 2686d06..5f65b6a 100644 --- a/src/grid/grid/filtering.md +++ b/src/grid/grid/filtering.md @@ -451,3 +451,8 @@ grid.appendTo('#Grid'); * [Customizing filter menu operators list](./how-to/customizing-filter-menu-operators-list) * [Customizing Filter Dialog by using an additional parameter](./how-to/add-params-for-filtering) +* [How to implement 'not contains' operator for Grid filtering](https://www.syncfusion.com/kb/12691/how-to-implement-not-contains-operator-for-grid-filtering) +* [How to filter custom date ranges in Grid column using date range picker](https://www.syncfusion.com/kb/12390/how-to-filter-custom-date-ranges-in-grid-column-using-date-range-picker) +* [How to filter multiple records using the filter bar template](https://www.syncfusion.com/kb/11808/how-to-filter-multiple-records-using-the-filter-bar-template) +* [How to change the data source for checkbox filter popup in Grid?](https://www.syncfusion.com/kb/11339/how-to-change-the-data-source-for-checkbox-filter-popup-in-grid) +* [How to perform advanced filtering in grid using custom queries](https://www.syncfusion.com/kb/11256/how-to-perform-advanced-filtering-in-grid-using-custom-queries) \ No newline at end of file diff --git a/src/grid/grid/grouping.md b/src/grid/grid/grouping.md index 3af2343..6974223 100644 --- a/src/grid/grid/grouping.md +++ b/src/grid/grid/grouping.md @@ -468,4 +468,6 @@ return dm.RequiresCounts ? Json(new { result = groupedData == null ? DataSource ## See Also -* [Exporting grouped records](./excel-exporting#Exporting-grouped-records) \ No newline at end of file +* [Exporting grouped records](./excel-exporting#Exporting-grouped-records) +* [How to apply formatting for the group caption template](https://www.syncfusion.com/kb/11253/how-to-apply-formatting-for-the-group-caption-template) +* [How to hide expand/collapse icon for groups with single item](https://www.syncfusion.com/kb/11023/how-to-hide-expand-collapse-icon-for-groups-with-single-item) \ No newline at end of file diff --git a/src/grid/grid/print.md b/src/grid/grid/print.md index e3caeed..a11505d 100644 --- a/src/grid/grid/print.md +++ b/src/grid/grid/print.md @@ -221,4 +221,5 @@ If printing of all the data is still needed, we suggest to Export the grid to `E ## See Also -* [How to Print the expanded state grid from all pages](./how-to#print-the-expanded-state-from-other-pages) \ No newline at end of file +* [How to Print the expanded state grid from all pages](./how-to#print-the-expanded-state-from-other-pages) +* [How to print only selected records in grid](https://www.syncfusion.com/kb/11252/how-to-print-only-selected-records-in-grid) \ No newline at end of file diff --git a/src/grid/grid/row.md b/src/grid/grid/row.md index 614d5a7..7f8ae25 100644 --- a/src/grid/grid/row.md +++ b/src/grid/grid/row.md @@ -752,3 +752,11 @@ grid.appendTo('#Grid'); {% endtab %} > * In virtual scrolling mode, it is not applicable to set the **rowHeight** using the **rowDataBound** event. + +## See Also + +* [How to get Data table row value on onclick event using JavaScript?](https://www.syncfusion.com/kb/11797/how-to-get-data-table-row-value-on-onclick-event-using-javascript) +* [How to maintain selected rows after adding new record](https://www.syncfusion.com/kb/11691/how-to-maintain-selected-rows-after-adding-new-record) +* [How to select the specific record in the grid using its primary key value](https://www.syncfusion.com/kb/11399/how-to-select-the-specific-record-in-the-grid-using-its-primary-key-value) +* [How to achieve drag and drop the rows in Grid with custom data binding](https://www.syncfusion.com/kb/11325/how-to-achieve-drag-and-drop-the-rows-in-grid-with-custom-data-binding) +* [How to get selected records on custom toolbar click](https://www.syncfusion.com/kb/11296/how-to-get-selected-records-on-custom-toolbar-click) \ No newline at end of file diff --git a/src/grid/grid/searching.md b/src/grid/grid/searching.md index be6ea4c..476d73e 100644 --- a/src/grid/grid/searching.md +++ b/src/grid/grid/searching.md @@ -273,3 +273,8 @@ grid.appendTo('#Grid'); ``` {% endtab %} + +## See Also + +* [How to perform searching in Date type column](https://www.syncfusion.com/kb/11251/how-to-perform-searching-in-date-type-column) +* [How to search the records in grid on each keystroke](https://www.syncfusion.com/kb/11248/how-to-search-the-records-in-grid-on-each-keystroke) \ No newline at end of file diff --git a/src/grid/grid/style-and-appearance.md b/src/grid/grid/style-and-appearance.md index 7d8f05a..3584ecc 100644 --- a/src/grid/grid/style-and-appearance.md +++ b/src/grid/grid/style-and-appearance.md @@ -477,4 +477,8 @@ Column selection background can be customized using below CSS. background-color: #deecf9; } -``` \ No newline at end of file +``` + +## See Also + +* [How to change the font size of Grid elements](https://www.syncfusion.com/kb/11321/how-to-change-the-font-size-of-grid-elements) \ No newline at end of file