Answered by:
Customizing crm list control

Question
-
Hi all. i am a newbie to Microsoft CRM and i need to implement a specific functionality in the list control provided in crm. I have a list of records and if i press a key in keyboard such as 'C' or 'A' i need to go to the first row in the list which contains that letter. How to go about it. Please help me as i need to get the solution asap.
Sushma- Changed type Sushma Reddy Chitturi Friday, July 24, 2009 7:34 PM
Friday, July 24, 2009 7:34 PM
Answers
-
- Marked as answer by DavidJennawayMVP, Moderator Friday, August 21, 2009 8:44 AM
Tuesday, August 11, 2009 9:47 AM
All replies
-
That is not easy to do in CRM. Which specific list do you want to do?
Friday, July 24, 2009 9:05 PM -
Hi,
If you are talking about PickList control in CRM , i guess it has that default feature , if you put your cusrsor on Dropdown list and press the character you want to goto in the picklist , it will take you to the first word in the list starting from that character.
did you checked this ?
Vilas http://www.mscrm-vilas.blogspot.com- Proposed as answer by vilas_mscrm Sunday, July 26, 2009 9:38 PM
Sunday, July 26, 2009 9:38 PM -
Thank you for all the replies.. But this is not a picklist control that i am talking about. This is ms-crm-ListControl (this is the class name that i found using the IE Developer Toolbar). Any ideas on how to do thisMonday, July 27, 2009 2:18 PM
-
Hi Sushma,
That is a CSS Class name of the control not an actual control type name. It will be mostly normal ListBox.
Regards,
Chinmay
http://metrix.blogspot.comMonday, July 27, 2009 2:28 PM -
Yes it is a list box control but how do i do the search thing in java script.. I need to be doing in java script.. If you can post me some sort of code that would be really helpful.. a Start on this would be nice for me to get the things going..
Thanks
SushmaTuesday, July 28, 2009 1:57 PM -
- Marked as answer by DavidJennawayMVP, Moderator Friday, August 21, 2009 8:44 AM
Tuesday, August 11, 2009 9:47 AM