Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
84519 | Jul 1,2009 06:36 AM UTC | Jul 10,2009 11:53 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.label2.Text = "";
int count=0;
for (int i = 0; i < this.gridListControl1.Items.Count; i++)
{
if (this.gridListControl1.GetSelected(i))
{
count++;
this.label2.Text += i + " ";
}
}
MessageBox.Show("Selected Items : " + count);
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.
or the page will be automatically redirected to sign-in page in 10 seconds.