From 4996f7d1cc2141ab4f1b75227342176bc136a0d1 Mon Sep 17 00:00:00 2001 From: Abinesh Date: Tue, 18 Jun 2024 14:42:58 +0530 Subject: [PATCH 1/4] FLUT-889344-[feature][flutter]: UG corrections --- Flutter/datagrid/freeze-panes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Flutter/datagrid/freeze-panes.md b/Flutter/datagrid/freeze-panes.md index 0b49ee04b..f17d0115c 100644 --- a/Flutter/datagrid/freeze-panes.md +++ b/Flutter/datagrid/freeze-panes.md @@ -243,6 +243,8 @@ Widget build(BuildContext context) { * `frozenColumnsCount` or `footerFrozenColumnsCount` should be lesser than the number of columns displayed in the view. For example, If you have 5 columns in the view, set `frozenColumnsCount` to a maximum value of 4. +* SfDataGrid has support to freeze the number of columns from the left or right. There is no support to freeze a specific column. + ## Freeze rows The rows can be frozen in view at the top and bottom like in Excel by setting the [frozenRowsCount](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/frozenRowsCount.html) and [footerFrozenRowsCount](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataGrid/footerFrozenRowsCount.html) properties. @@ -435,6 +437,8 @@ Widget build(BuildContext context) { * `frozenRowsCount` or `footerFrozenRowsCount` should be lesser than the number of rows displayed in the view. For example, If you have 10 rows in view, then you set `frozenRowsCount` to a maximum value of 9. +* SfDataGrid has support to freeze the number of rows from top or bottom. There is no support to freeze a specific row. + N> Header row is frozen by default and works regardless of the `frozenRowsCount` property. ## Appearance From d5450dceebcfde08e92e26121fd9a853c39fe3c9 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Tue, 18 Jun 2024 19:13:29 +0530 Subject: [PATCH 2/4] Added the release notes MD file and corresponding node entry in the TOC.html file --- Flutter/Release-notes/v26.1.38.md | 16 ++++++++++++++++ flutter-toc.html | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Flutter/Release-notes/v26.1.38.md diff --git a/Flutter/Release-notes/v26.1.38.md b/Flutter/Release-notes/v26.1.38.md new file mode 100644 index 000000000..1ebf687a1 --- /dev/null +++ b/Flutter/Release-notes/v26.1.38.md @@ -0,0 +1,16 @@ +--- +title: Essential Studio for Flutter Weekly Nuget Release Release Notes +description: Essential Studio for Flutter Weekly Nuget Release Release Notes +platform: flutter +documentation: ug +--- + +# Essential Studio for Flutter Release Notes + +{% include release-info.html date="June 19, 2024" version="v26.1.38" %} + +{% directory path: _includes/release-notes/v26.1.38 %} + +{% include {{file.url}} %} + +{% enddirectory %} \ No newline at end of file diff --git a/flutter-toc.html b/flutter-toc.html index 7c608fcd0..144454834 100644 --- a/flutter-toc.html +++ b/flutter-toc.html @@ -610,7 +610,8 @@
  • Release Notes -