Click here to Skip to main content
15,917,005 members

Comments by galextudor (Top 4 by date)

galextudor 24-Jan-13 16:09pm View    
any help appreciated.
galextudor 24-Jan-13 16:07pm View    
I can show you how the call to it looks like

private void getEntry(object sender, DevExpress.XtraGrid.Views.Grid.InitNewRowEventArgs e)
{
myRec rec = (myRec)gridView1.GetRow(e.RowHandle);
rec.no = LastEntry(typeof(myRec), "currentNo") + 1;
}
galextudor 24-Jan-13 16:01pm View    
:)) Yes, I know what a static method is..but it's something like this: I can't change it - it's stupid, dumb and so on, but I can't change it..
galextudor 13-Jan-12 10:30am View    
Yeah, I figured it out a few hours after a break. Thanks guys.