Context menu

Received : 2008/01/01 01:15:04

hi,

i placed the grid in update panel. when i right click on cell its show one context menu. its displaying at one corner in the page , not where we click. how can solve this problem.

swapna


This message was posted using Aspose.Live 2 Forum

Hi Swapna,

Which VS.NET, OS, IIS, Browser type you are using with MS AJAX Extension? We will check and get back to you soon.

Thanks for being patient!

Hi,

This problem seems to be caused by the incorrect XHtmlMode setting. In asp.net 2.0, the default value of XhmltMode is true. Please check your aspx file to see if it contains the XHML declaration:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

If not, you should set the XhtmlMode to false.