Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148476 | Oct 21,2019 07:48 PM UTC | Oct 23,2019 10:52 AM UTC | WinForms | 3 |
![]() |
Tags: SfDataGrid |
var count = this.sfDataGrid1.SelectedDetailsViewGrid.SelectedItems.Count; |
Hi Josip,Thank you for using Syncfusion controls.You can achieve your requirement “to get the selected items count for DetailsViewDataGrid” by using SfDataGrid.SelectedDetailsViewGrid.SelectedItems property.Please find the below code snippet.
var count = this.sfDataGrid1.SelectedDetailsViewGrid.SelectedItems.Count;Please find the below sample link.Please let us know, if you require further assistance on this.Regards,Gowtham.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.