What follows kind of goes with this.
protected void FooGrid_CommandButtonInitialize(object sender, ASPxGridViewCommandButtonEventArgs e) { var grid = sender as ASPxGridView; Foo foo = grid.GetRow(e.VisibleIndex) as Foo;
No comments:
Post a Comment