CRM 2013: Change width of Views drop down list - dynamics-crm-2013

In CRM dynamics 2013 I have few views names large enough not completely visible in the drop down box of Views.is it possible to change the widht of drop down list either using any plugin or any other option?

Related

Drop Down lists changing user selection automatically (Visual Basic in Visual Studio)

A drop down list is changing my selection back to one option no matter what is selected. The drop down list uses imported values from an Sql server, and this is working in two other drop downs. I honestly have no idea why this is caused, and I have AutoPostBack on, as the other two drop downs work perfectly.
I was going to include some code, but this is for a class and I don't want to get flagged later for plagiarism. If you have follow up questions I would be happy to answer.

Inline Editable Grid - Fields Not Editable CRM 2013

Inline editable grid is only working with default crm forms in crm 2013.The fields are editable.But if I create a custom view in subgrid it is not editable.
even the custom view in custom form is also not editable in the default form neither the default view is editable in custom form.Can anyone give solution?How to add a grid with editable fields in CRM forms
Inline Editable Grids in CRM 2013 are limited in their scope to specific views set up for this. You can't add new views that do this or do it on custom entities. Other people have already asked about this:
https://social.microsoft.com/Forums/en-US/10b1898b-32dd-44a9-bb65-34ac190f344e/inline-editing-of-subgrid-in-opportunity-in-crm-2013?forum=crmdevelopment
If this doesn't cut it for you, look into 3rd party alternatives, there are plenty out there. AbleBridge is probably the most visible solution (although I haven't tried their Inline grid solutions).
http://www.ablebridge.com/add-on-solutions/editable-crm-grid/

CRM 2013 Views - Add Find Columns option is missing

I am trying to add a custom field to be able to search on when clicking search in the lookup. I have added the custom column (Social Security Number) to Lookup view, Client Search view and Quick Find view but still no results are displayed when searching on the social security number.
In this article is said to "Add Find Columns":
www.microsoft.com/.../edit-the-quick-find-view.aspx
I don't see "Add Find Columns" when I edit my views
To add a find column in CRM 2013 you need to open the Quick Find view related to the entity, inside you will find the option Add find Columns on the right menu.

Read only view using sharepoint designer 2010

I have to create a read only view using SharePoint Designer 2010.
When user submits the form it has to switch to that read only view.
Could some one suggest as to how to make the view read only and also to switch between views using SharePoint Designer 2010.
Thank You
You can create the form in infopath and create same views of your form:
http://office.microsoft.com/en-us/infopath-help/add-delete-and-switch-views-pages-in-a-form-HA101732801.aspx
and activate the version control in the list
http://www.youtube.com/watch?v=HUDRfhcL18U

Navigation bar and Menu in sharepoint 2010

I have a custom Mega drop down Menu need to brand it on sharepoint 2010 am I obliged to override the specific CSS of sharepoint menu or there is another solution if there is anaother one how can i do it cause the menu that i need is so complicated. thanks in advance please guys some help is needed here :)
Drop downs in list forms (choice or lookup fields) can be customized using InfoPath designer. In Aspx pages, masterpages and web parts, the drop down lists are normal ASP.NET DropDownList controls and can be customized via css classes as usual.