Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12261 | Mar 25,2004 02:21 AM UTC | Apr 15,2004 08:44 AM UTC | WinForms | 13 |
![]() |
Tags: GridControl |
if e.RowIndex > 0 then
Me.textBox1.Text = me.gridDataBoundGrid1(e.RowIndex, 2).Text
End if
int sortDir = 0;
for(int i = 1; i <= this.grid.Model.ColCount; ++i)
{
if(this.grid[0,i].Tag != null)
{
if(((ListSortDirection)this.grid[0,i].Tag) == ListSortDirection.Desc)
sortDir = -1;
else
sortDir = 1
}
break;
}
} 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.