Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17923 | Aug 19,2004 03:10 PM UTC | Aug 19,2004 03:41 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
GridRangeInfoList selectedRanges = this.gridDataBoundGrid1.Selections.Ranges;
GridRangeInfo range = GridRangeInfo.Row(someRowIndex);
if(selectedRanges.Contains(range))
{
//someRowIndex is selected
}
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.