Hi all,
At last solved it my self. This is for when we using combogrid for ASP.NET MVC with Razor view engine.
Use the following format for giving path to the url attribute in the combogrid.
url: '@Url.Content("~/")' + 'Receipt/GetCustInfo',
This will solve the path identifying problems in any way we publish in IIS.
Thank you all for viewing. Hope this will help in a similar scenario.
EasyUI