Skip to content

Releases: DevExpress/DevExtreme.AspNet.Data

2.4.3

30 Jul 12:24
ac3cced
Compare
Choose a tag to compare

Per #336 (comment), the Skip > 0 condition is removed, and PaginateViaPrimaryKey works equally for any page, if enabled.

2.4.2

17 Jul 11:05
9b5bdc8
Compare
Choose a tag to compare
  • Fix TypeScript declarations for DevExtreme 18.1 (#368)

2.4.1

16 Jul 11:44
a75be3c
Compare
Choose a tag to compare

CAUTION: this release has a know issue (#368)

Changelog

2.4.0

12 Jul 09:27
1673e88
Compare
Choose a tag to compare

createStore now accepts the following CustomStore options:

  • onLoading, onLoaded
  • onInserting, onInserted
  • onUpdating, onUpdated
  • onRemoving, onRemoved
  • onModifying, onModified
  • onPush
  • loadMode
  • cacheRawData

2.3.0

07 Jun 12:53
4be3f41
Compare
Choose a tag to compare

2.2.1

25 Apr 11:57
e7d1534
Compare
Choose a tag to compare
  • Fixed ArgumentOutOfRangeException with PaginateViaPrimaryKey (issue #349)

2.2.0

27 Mar 16:06
5550aad
Compare
Choose a tag to compare

2.1.4

20 Mar 10:37
272745a
Compare
Choose a tag to compare
  • Support comparison operations for enums (#164)

2.1.3

07 Mar 09:19
925d7a8
Compare
Choose a tag to compare
  • Support comparison operations for Guid (#342)

2.1.2

18 Feb 13:25
3eb32ba
Compare
Choose a tag to compare
  • Compatibility with System.Linq.Dynamic.Core dynamic classes (#334)