diff --git a/controls/listbox/client-side-programming/events/onclientitemsrequested.md b/controls/listbox/client-side-programming/events/onclientitemsrequested.md
index f2fb569247..80b55677dc 100644
--- a/controls/listbox/client-side-programming/events/onclientitemsrequested.md
+++ b/controls/listbox/client-side-programming/events/onclientitemsrequested.md
@@ -18,11 +18,36 @@ The event handler receives the following parameter:
1. The instance of the listbox firing the event.
+You can use this event to get the number of items inside the ListBox.
+
+````JavaScript
+
+````
+
+Or you could preselect the first item when the control loads initially.
+
````JavaScript
````