From fc89994ac4c26b04becc04c6052f8bc58d9d129d Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 21 Nov 2025 16:30:44 +0300 Subject: [PATCH] [add] a note on using the subRow config to the subRowConfig property page --- docs/grid/api/grid_subrowconfig_config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/grid/api/grid_subrowconfig_config.md b/docs/grid/api/grid_subrowconfig_config.md index 6095e329..7ee1f9f6 100644 --- a/docs/grid/api/grid_subrowconfig_config.md +++ b/docs/grid/api/grid_subrowconfig_config.md @@ -12,6 +12,10 @@ This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) pac @short: Optional. Specifies the configuration settings of a sub-row +:::note +Note that when the [`subRow`](/grid/api/grid_subrow_config/) config is used, Grid doesn't support the [TreeGrid mode](grid/treegrid_mode.md) and the [data grouping](grid/usage.md#grouping-data) functionality. +::: + @signature: {'subRowConfig?: ((row: IRow) => ISubRowConfig) | ISubRowConfig;'} @descr: