Visual Studio
Welcome to the Visual Studio UserVoice site. Let us know what you would like to see in future versions of the Visual Studio suite of products. This site is for suggestions and ideas. If you need to file a bug, visit the Visual Studio Connect site: http://connect.microsoft.com/visualstudio.
ASP.NET Runtime/Web Tooling suggestions have moved! All your ideas, including your votes, have been transferred and are searchable in the ASP.Net Uservoice forum. Please submit any new ASP.NET Runtime/Web Tooling suggestions, or vote on existing suggestions by going to http://aspnet.uservoice.com.
We look forward to hearing from you!
Thanks – Deon Herbert
Visual Studio Team
-
Add spatial types support
Currently, the spatial types (geometry and geography) is not supported in LightSwitch. I would like to show customer location on the map or calculate distance.
28 votes -
Format cells like Excel
It would be very useful if we could format the cells in a column of a grid with a percent format, currency format, or decimal format, just like we do in Excel. Simple and effective, just selecting the column and press the "percent" button and all the cells in that column has percent format.
28 votes -
Better UI and Menu Formatting + Outlook Theme
First impression of Lightswitch...what a fantastic product for building LOB applications but the limited screen, UI and menu formatting results in applications that look amateurish. I'd like to be able to control colours and fonts. The main weakness is the menu/navigation bar on the left. It could do with a standard theme to make it look and work like Outlook. You need to be able to add an icon to menu items and control colour, separator and so on. In a line-of-business application, look-and-feel and ease of use are very very important to users.
28 votes -
Use the name that I specifiy as the relationship column name in the database table, not your generated name.
Modify the entity designer to use the relationship name as the column name in the database table rather than your generated name which makes no sense when you are writing queries outside of lightswitch.
27 votes -
Allow generic access to the "write code" extensibility points.
Currently, the LightSwitch framework relies on a static class called UserCodeHelper to help with the <Entity>_CanEdit, <Entity>_Validated, <Screen>_CanExecute, ... methods.
The UserCodeHelper only checks if the developer has implemented a particular partial method, and then executes it.
In ADDITION to this implementation, it would be nice if we could export some kind of generic IUserCodeHelper, that would also be checked and executed.
The idea is that we can then export these implementations from an extension, and the community could write extensions such as...
* Integration with WF
* Integration with business rules engines
* Achievements based on user activities
*…27 votes -
Allow transferring of partial entity from datasource
At the moment, if an entity is used anywhere in LightSwitch, all of the properties of that entity are transferred from the datasource, regardless of whether they are actually displayed or used at all.
For example, if a choice list is displayed, showing just the textual summary property of an entity, if that entity has an Image or Binary property, that is also transferred in its entirety. This slows down the interface dramatically.
Even if Image or Binary properties are not used, on large entities with a number of properties, it is very inefficient to transfer the whole entity when…26 votes -
keyboard Function and keyboard Events
many users want to use keyboard Function like F10,F5 to save data or to enter new records also other want to use Enter Key to move between fields on screen
26 votes -
There must be a way to display OOB application update progress instead of a blank white screen
When a new OOB app version is published, instead of showing some sort of a progress like a percentage counting or something window contents are blank and only after it gets updated it shows a message that it is completed. This is very disturbing, since you can not know what is happening during this period and it looks like the application got stuck.
26 votes -
Keep the screen filtering / selection after refresh
When I enter a text in the Search box for a screen and do an update on one of the filtered fields let's say in a grid box, after the Save operation and screen refresh, the selection is gone.
I think that it would be great if the screen could remember the selection and filter parameter and bring the grid to the same page and record (same like Internet Explorer remembers the page and the position on the page), otherwise I need to re-enter the search parameter and scroll again to the page 20 etc... Thank you24 votes -
24 votes
-
Grid Row Double Click
Customers have become accustomed to being able to double click on a grid entry to perform a default action. This however is not supported natively in LightSwitch. Consider adding double click functionality to allow an action to be initiated.
23 votes -
Export and Import Excel Sheet Data
Please add the possibility to import data from excel sheet. Please notice this control already exist.
Export information; please notice the export to Excel sheet only export data per data grid view page. Sample if you have 3 pages of grid view data; only the page you are in gets exported.
The export to Excel sheet control should have a possibility to select from and to page, and row number from and to. We need more possibilities to control the export to Excel sheet.22 votes -
Add controls for editing schema bound XML within a LightSwitch app
For entities such as equipment catalogs, XML is the ideal data definition and storage medium as the characteristics of each item, e.g., condensers, compressors, pumps, are so disparate that they demand their own entity type (in a relational model), but can be well defined within an XML schema.
As SQL Server supports the storage, indexing and manipulation of such XML data, it would seem reasonable for LightSwitch to natively support creation/editing/deletion of XML documents with SQL as the underlying repository.
Conversion of XML to a string appears to be all that V1 LS supports, which doesn't appear very useful.
I…
22 votes -
Ability to create WebService / WCF Services for external Data
Ability to create a WebService (ASMX).
This could make it possible to interact with the LightSwitch Data from other Applications.ASMX is the old fasion way. A WCF Service with Methods or maybe ODATA access could also fit.
This is much better then an seperate solution because you can use the same security implementation and the deployment makes less problems.
22 votes -
Out-of-box support for multi-select for collection control
Multi-select is such a generic feature in LOB system, currently, the recommended workaround is to add a bool checkbox column for table which needs to support multi-selection, ugly.
22 votes -
Include an option to display RowNumber in datagrid
At the moment, a seemingly simple thing that Clients ask for is not a straight forward to implement in LightSwitch. There still is no clear cut way to implement this that works with paging and sorting.
21 votes -
DSL for programmatically generating a LightSwitch app without using the designer
I'm a programmer. Whilest I can use the "Write Code" dropdown to insert code blocks into the Application, ApplicationDataService, EntityObject<T> and ScreenObject<T> classes, I would like the ability to define entites, screens, relationships and queries through code / markup / a DSL.
Obviously Lightswitch meta-programs this when I use the designer, but I would lke to do it myself.
Expose the DSL - so that it is possible to build a Lightswitch App without using the designer21 votes -
Improve the calculation and display of column/row - - Subtotals and Totals...
Allow the placement of Totals - above or below the grid/list/etc. Page Totals? Auto alignment of Totals to Regular Column Totals.
20 votes -
Default sorting for each entity
Add a default sorting property for each entity. This property will then be used by LS when creating auto-complet box using the entity as a source and in all list as the default sort order.
This could be done in previous version of LS by adding code to the <entity>_all_PreprocessQuery(), but this method is no longer available in VS2012.
This forces us to replace all automatically generated modal edit form by our own just to set the order in the Auto-completed boxes they contains.
19 votes -
Query designer improvements
It would be helpful to allow the inclusion of additional columns from related entities in the Query designer screen - especially for entities that have an M:1 relationship with the entity being queries. The current designer appears to prevent navigation to multiple parent hierarchies.
For example (simplified from real world scenario to demonstrate the point):
Regions have Countries (1:M)
Countries have Publishers (1:M)
Publishers have Books (1:M)
Books have Authors (M:M via BookAuthor intersect M:1 - 1:M)
Books have Editors (M:M via BookEditor intersect M:1 - 1:M)In this scenario if we wanted to construct a grid containing Books attributes,…
19 votes
- Don't see your idea?