 ---------------------------------------------------
|                                                   |
| Cell Popup Menu                                   |
|                                                   |
| iGrid.NET 1.60 Extra Samples                      |
| Copyright (c) 10Tec Company                       |
| All rights reserved                               |
|                                                   |
| Environment: .NET Framework 1.1, VS2003           |
|                                                   |
 ---------------------------------------------------
 
Description:
============
Demonstrates how to show a popup menu in a cell.

Short Code Explanation: 
======================= 
To show a popup menu in a cell, you should handle the CellMouseDown and 
CellMouseUp events. In the CellMouseDown event, if the right mouse button has 
been pressed, you should make the cell which the mouse pointer is over current. 
In the CellMouseUp event you should show the context menu.