Thursday 2 April 2015

Auto Serial generate in Grid view

type this line in Item Teplate
                           <%# Container.DataItemIndex + 1 %>

No comments:

Post a Comment

How to get logged in User's Security Roles using Java Script in dynamic CRM 365.

 function GetloggedUser () {     var roles = Xrm.Utility.getGlobalContext().userSettings.roles;      if (roles === null) return false;      ...