Thursday, November 5, 2009

Accessing Embeded Grid controls

//Code to access Columns

DIGridControl.DisplayLayout.Bands.Item(0).Columns.Item(0)

//Code to access Rows

DIGridControl.DisplayLayout.Rows.Item(0).Cells.Item(4).set_Value("check")

No comments:

Post a Comment

I welcome your comment, will respond and post it at the earliest:)