Creating a pageable, Sortable DataGridCommon DataGrid Mistakes raises itemcreated events when creating items in the DataGrid control. When the item is bind to the DataGrid control, the ItemDatabase event will be triggered. This event provides you with the last chance to access the data item before the client displays data items. When this event is triggered, the data item will be set to empty and will not be available.