Introduction During development with GridView, we might come across many situations in which we need to extend theGridView for our requirements. For example, we might need to have a separate header other than the default header provided by GridView. In that case, we need to add a new GridView item of type Header. In this article, we will see how to [...]