none
Gridview issue RRS feed

  • Frage

  • Dear CRM experts,

         I am working in ms crm 4.0..Is it possible to capture the nav field click event.
    ie. if we are selecting the sales module and if we are clicking any entity say, "Lead", the Grid will show the related records for leads.
    My requirement is, if i am clicking the entity from the nav field say ,"Lead" i need to show the custom web page to the Grid in the right hand side.
    Is it possible to capture that event,Can any one tell me how to get this done..

    Please help me out..


    Regards

    Arun
    Mittwoch, 7. Oktober 2009 10:38

Antworten

  • Dear Keller

        Thank you for your reply..I got the solution from the following link.working fine.

    link:http://msdn.microsoft.com/en-us/library/cc677075.aspx


    Regards

    Arun
    Mittwoch, 7. Oktober 2009 11:24

Alle Antworten

  • Hi,

    if you mean the main navigation and if the complete grid should be replaced, you can edit the sitemap (http://msdn.microsoft.com/en-us/library/cc150830.aspx).
    You have to change the definition of the SubArea-Element of 'lead' in the Area 'SFA'

    <SubArea Id="nav_leads" Entity="lead" 
      DescriptionResourceId="Lead_SubArea_Description" 
     />
    


    See http://msdn.microsoft.com/en-us/library/cc150830.aspx for a reference of the SubArea-Element. At the end, there is an example which points to an URL.
    Mittwoch, 7. Oktober 2009 11:02
  • Dear Keller

        Thank you for your reply..I got the solution from the following link.working fine.

    link:http://msdn.microsoft.com/en-us/library/cc677075.aspx


    Regards

    Arun
    Mittwoch, 7. Oktober 2009 11:24
  • Dear Keller,

        i got the solution but, i have created four charts in one webform.But its showing only two charts.The problem is i cant able to scroll the page.
    is there any option to scroll that page..


    Regards

    Arun
    Mittwoch, 7. Oktober 2009 11:41
  • Hi Arun,

    the page which is shown is not scrollable. But, I think it should be possible to use frames/iframes for your custom page (this is the way how the grid get its scroll bar).
    Mittwoch, 7. Oktober 2009 11:47