I need to create my own grid which will have customized paging and sorting.
<MY:Grid id="grid" runat="server">
<columns>
Columns....
</Columns>
</MY:Grid>
I need to create the above grid such that customized paging and sorting is available whereever the grid is applied for entire application.