You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For setting `pageSize`, this could be used: grid.paging.pageSize = 15;
976
+
For setting ```pageSize```, this could be used: grid.paging.pageSize = 15;
977
977
978
978
Initialization of an element from a JSON object with automatic Dependency Changes handling. When an element is created from a JSON object, the json it two-way bound to the element and any change in the element updates the JSON.
979
+
979
980
HTMLTemplates support. When in the Custom Element's template, we have HTMLTemplateElement, that template is re-evaluated on property change and can be used for dynamic user updates.
981
+
980
982
Method Arguments and Return Type. Smart validates Methods for Invalid return type, Arguments Count, Arguments Types.
981
-
Agnostic Events - Smart exposes custom events for 'down', 'up', 'move' and 'swipe'. These events are Device agnostic and are raised for Touch and Desktop devices when the Cursor/Pointer is down, up, moved or swiped left, right, up or down.
983
+
984
+
Agnostic Events - Smart exposes custom events for 'down', 'up', 'move' and 'swipe'. These events are Device agnostic and are raised for
985
+
986
+
Touch and Desktop devices when the Cursor/Pointer is down, up, moved or swiped left, right, up or down.
987
+
982
988
Multiple Element Versions on the same web page is supported.
989
+
983
990
Localization - Built-in localization support.
991
+
984
992
Error Logs - Error logs with different error levels.
993
+
985
994
`completed` lifecycle callback which is called when the local DOM is ready and all elements are rendered.
995
+
986
996
`resize` notifications when the element's size is changed.
997
+
987
998
Style changed notifications - when the element's CSS is changed.
999
+
988
1000
Using Shadow DOM is optional and is user preference. When disabled, the element's local DOM is part of the document's DOM.
1001
+
989
1002
View-Model Binding. An Element or Multiple Elements can be bound to the same Model object.
0 commit comments