documentation(EJ2-000): source update from ej2-grid-docs

This commit is contained in:
essentialjs2 2021-11-19 07:26:18 +00:00
Родитель f773d3d41d
Коммит 7feadd8432
8 изменённых файлов: 38 добавлений и 4 удалений

Просмотреть файл

@ -234,3 +234,8 @@ grid.appendTo('#Grid');
{% endtab %} {% endtab %}
>By default, [`columns.clipMode`](../api/grid/column/#clipmode) value is **Ellipsis**. >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)

Просмотреть файл

@ -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) * [Wizard Like Editing](./how-to/use-wizard-like-dialog-editing)
* [Tab Inside the Dialog Template](./how-to/using-the-tab-inside-the-dialog-template) * [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) * [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) * [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)

Просмотреть файл

@ -451,3 +451,8 @@ grid.appendTo('#Grid');
* [Customizing filter menu operators list](./how-to/customizing-filter-menu-operators-list) * [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) * [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)

Просмотреть файл

@ -468,4 +468,6 @@ return dm.RequiresCounts ? Json(new { result = groupedData == null ? DataSource
## See Also ## See Also
* [Exporting grouped records](./excel-exporting#Exporting-grouped-records) * [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)

Просмотреть файл

@ -221,4 +221,5 @@ If printing of all the data is still needed, we suggest to Export the grid to `E
## See Also ## See Also
* [How to Print the expanded state grid from all pages](./how-to#print-the-expanded-state-from-other-pages) * [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)

Просмотреть файл

@ -752,3 +752,11 @@ grid.appendTo('#Grid');
{% endtab %} {% endtab %}
> * In virtual scrolling mode, it is not applicable to set the **rowHeight** using the **rowDataBound** event. > * 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)

Просмотреть файл

@ -273,3 +273,8 @@ grid.appendTo('#Grid');
``` ```
{% endtab %} {% 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)

Просмотреть файл

@ -477,4 +477,8 @@ Column selection background can be customized using below CSS.
background-color: #deecf9; background-color: #deecf9;
} }
``` ```
## 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)