From 53a4b2c77a6af86c157884c62e6193911242a7f9 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 6 Jul 2015 10:01:17 +0300 Subject: Refactor Grid SelectionModels as extensions (#18624) This patch removes all selection related variables and API from several core parts of Grid. Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54 --- WebContent/release-notes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WebContent') diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 61511b3002..e9b4a24ce1 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -119,6 +119,8 @@ This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.
  • Unused methods related to the "out of sync" message have been removed from SystemMessages class.
  • All notifications use the WAI-ARIA alert role to be compatible with Jaws
  • +
  • Grid SelectionModels are now Extensions. This update removes all selection related variables and API from + GridConnector, GridState, GridServerRpc and GridClientRpc
  • Known Issues and Limitations