<?xml version="1.0" encoding="utf-8" ?>


<!--
XML template for APNSoft DataGrid.
Version: ContextMenu for Headers 1.2
Created: 01/05/2008
Updated: 10/04/2011
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
-->


<ContextMenu>
    <item id="ih1" title="Sort A to Z" onclick="dg.Sort('$ComponentID$',$ColumnIndex$,'1');" icon="ContextMenuAtoZ.gif" />
    <item id="ih2" title="Sort Z to A" onclick="dg.Sort('$ComponentID$',$ColumnIndex$,'2');" icon="ContextMenuZtoA.gif" />
</ContextMenu>