PL-100 · Question #285
A company has 500 vendor records stored in a SQL table. Each record contains the vendor's name, email address, mobile number, and company address. The procurement team wants to view the vendor…
The correct answer is B. Gallery. The Gallery control is designed specifically to display a collection of records from a data source in a scrollable, repeating layout. It supports filtering, sorting, and searching - making it ideal for displaying 500 vendor records and allowing the procurement team to apply…
Question
Options
- AText
- BGallery
- CForm
- DChart
How the community answered
(28 responses)- A14% (4)
- B79% (22)
- C4% (1)
- D4% (1)
Explanation
The Gallery control is designed specifically to display a collection of records from a data source in a scrollable, repeating layout. It supports filtering, sorting, and searching - making it ideal for displaying 500 vendor records and allowing the procurement team to apply filters. A Text control (A) only displays a single static or dynamic string. A Form control (C) is used to view or edit a single record at a time, not a list. A Chart control (D) visualizes aggregated data graphically and is not suited for browsing individual records. Gallery is the correct control for a filterable list of records.
Topics
Community Discussion
No community discussion yet for this question.