ItemDataBound is fired when RadGrid binds to data. In ItemDataBound data is available in the cells' text or input controls.
You can set the EventHandler for the ItemDataBound event in the aspx and access the GridDataItem in the ItemDataBound event.
aspx: