This is a migrated thread and some comments may be shown as answers.

radlistview count items

1 Answer 205 Views
ListView
This is a migrated thread and some comments may be shown as answers.
ahmed
Top achievements
Rank 1
ahmed asked on 11 Jan 2019, 04:12 PM
I need to count items (rows) inside radlistview1

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 14 Jan 2019, 11:13 AM
Hello Ahmed,

You can use the following property for this:
var count = radListView1.Items.Count;

I hope this will be useful.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListView
Asked by
ahmed
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or