Hi
in CRM 2011 on-premise version
I used a FetchXML and LayoutXML like the following (taken from http://msdn.microsoft.com/en-us/library/cc906210)
<layoutxml>
<grid name="resultset" object="1038" jump="name" select="1" icon="1" preview="1">
<row name="result" id="salesliteratureid">
<cell name="name" width="300" />
<cell name="subjectid" width="150" />
</row>
</grid>
</layoutxml>
the output is appearing correctly on a Grid but the First record is getting selected automatically, I don't want that..
how to fix that ? I have tried without "select" in the LayoutXML and tried select=0 or select=-1 ...but no luck
otherwise , I want to select a specific value , how can I do that ?
Can you please suggest any idea?
MSK.