i have problem with GridDataBoundGrid when i was put BackGroundImage to cells it not work
this my sample code:
Dim style As GridStyleInfo
style = gDB(1, 1)
gDB.Model.BanneredRanges.Add(GridRangeInfo.FromTlhw(1, 1, gDB.Model.RowCount, gDB.Model.ColCount))
style.BackgroundImage = GridBackImage
style.BackgroundImageMode = GridBackgroundImageMode.StretchImage
style = gDB(1, 1)
this my problem can u help me solve it.