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

<!--
XML template for APNSoft DataGrid
Version ContextMenu for Headers 1.0
Created: 01/05/2008
Updated: 01/10/2008
Copyright 2003-2008 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('$GridID$',$ColumnIndex$,'1');" icon="CntMnuAtoZ.gif" iconWidth="16" iconHeight="16" />
    <item id="ih2" title="Sort Z to A" onclick="dg.Sort('$GridID$',$ColumnIndex$,'2');" icon="CntMnuZtoA.gif" />
</ContextMenu>