Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding a record in a grid
Message
From
18/05/2005 11:38:51
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
17/05/2005 20:20:19
Dave Porter
Medical Systematics, Inc.
Merced, California, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01014618
Message ID:
01015408
Views:
18
Well, all that property does for you is to help you identify a column to use as a "WHERE" clause for grabbing a subset of your data.

Soooo, you could either add this property to the form (if you feel you could get other use out if it) or replace it with a hard-coded value to match the column name.

After that, it should (hopefully) "just work?"

Hope that helps,
---J

>I have not been able to figure out a suitable replacement for
>this.SortColumnField
>in the context of my program and equivalent of
>this.grdPickList.SelectRow(RowID);
>wants to be SelectRows (plural)
>and I get
>D:\msi\MsiDxTest\Dxtest.cs(319): 'OakLeaf.MM.Main.Windows.Forms.mmDataGrid.SelectedRows' denotes a 'field' where a 'method' was expected
>I'm not sure I have grovelled long enough with this.
>
>Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform