ClassComboBoxReadEventArgs
Class
Provides data and context for the ComboBox OnRead event, enabling server-side data operations and custom filtering logic. Contains the data source request with filtering, paging, and sorting parameters that you can use to fetch appropriate data. Use this event when implementing server-side data loading, especially for large datasets or when integrating with APIs and databases. Essential for virtual scrolling scenarios where you need to load data in pages as users scroll through large collections.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ComboBoxReadEventArgs : ReadEventArgs
Inheritance: objectEventArgsReadEventArgsComboBoxReadEventArgs
Inherited Members
Constructors
ComboBoxReadEventArgs()
Declaration
cs-api-definition
public ComboBoxReadEventArgs()
ComboBoxReadEventArgs(DataSourceRequest)
Declaration
cs-api-definition
public ComboBoxReadEventArgs(DataSourceRequest request)
Parameters
request