I am trying to programmatically set the RadGrid's ItemDataBound property.
In my code I am creating an instance of the RadGrid
But when I go to set the Property of my RadGrid1, ItemDataBound is not a property.
Am I doing something wrong?
In my code I am creating an instance of the RadGrid
Dim RadGrid1 As RadGrid = New RadGrid()
RadGrid1.ID = "RadGrid1"
But when I go to set the Property of my RadGrid1, ItemDataBound is not a property.
Am I doing something wrong?