Search Results: "Write with OpenID" "Write post with name/password" slot

Paging

Guides

the page size. They can also be called without arguments, in which case, they return the index and size of the current page. jQuery JavaScript $("#dataGridContainer").dxDataGrid("instance").pageSize(8

Scrolling

Guides

The following scrolling modes are available in the DataGrid: Standard Loads all rows simultaneously. A user scrolls within one page if paging is enabled. Virtual Pages are loaded when entering the viewport and removed once they leave. This mode allows users to scroll data by jumping swiftly from one row to another. Scrolling in this mode becomes smoother if the UI component preloads

Grouping

Guides

(groupIndex) methods without arguments. Groups appear already expanded, a behavior you can change by setting the grouping.autoExpandAll property to false. jQuery JavaScript $(function () { const dataGrid

Dynamically Change Form Item Properties in the Editing State

Guides

The following instructions explain how to dynamically change a form item's properties based on another form editor's value: Specify the form.customizeItem callback function This function allows you to change form item properties dynamically. Within this function, get the index of the row that a user edits and use this index to get the cell value that should affect form item properties. NOTE

Getting Started with DateRangeBox

Guides

} /> ); } Run the code. You can now select dates only within the predefined range: from two weeks before the current date to two weeks after. The next step specifies the date range selected