No announcements
Found 1236584 threads
-
0 Votes
Screen with two grids and wrong behavior
Plus this two grids are filled with two separate queries.Answered | 8 Replies | 2249 Views | Created by George Parissis - Tuesday, October 18, 2011 2:54 PM | Last reply by RKage - Thursday, November 3, 2011 12:25 AM -
0 Votes
Passing global variables saved from two grids through multiple screens
Hi Timmy, This video by Beth Massi is probably what your looking for, http://msdn.microsoft.com/en-us/lightswitch/ff961919 Beth explains ...Answered | 2 Replies | 1962 Views | Created by timmy12688 - Tuesday, July 24, 2012 4:34 PM | Last reply by timmy12688 - Tuesday, August 14, 2012 9:12 PM -
1 Votes
multiple data grids on a single screen
Uh oh..the grid refresh bug..see here for more details.Answered | 5 Replies | 2999 Views | Created by Nehemiah Willis - Tuesday, March 29, 2011 12:17 AM | Last reply by Gberg - Wednesday, March 30, 2011 12:55 AM -
2 Votes
The wrong way to control IsVisible on screens.
You should be able to specify it in the screen designer not the entity designer.Answered | 5 Replies | 954 Views | Created by Jyuma1 - Thursday, January 17, 2013 3:47 PM | Last reply by Jyuma1 - Friday, January 18, 2013 1:02 AM -
1 Votes
Details Screen Tab Title Shows Wrong Value?
It is this function that sets the title of the screen.Answered | 1 Replies | 4150 Views | Created by Hoorah - Wednesday, July 27, 2011 1:53 PM | Last reply by Elizabeth R Maher (MSFT) - Saturday, July 30, 2011 6:06 PM -
3 Votes
Questions about grid refresh--screen and item focus
The SelectionChanged event is on the screen query property that the list/grid is bound to.Answered | 7 Replies | 2721 Views | Created by Dave-C - Tuesday, June 28, 2011 10:37 PM | Last reply by Dave-C - Thursday, June 30, 2011 6:02 PM -
0 Votes
Wrong behavior on DAX formulas?
Hi Santiago, I reproduced the behavior using CTP 3 and have filed a report of the behavior with the development group.Answered | 1 Replies | 6538 Views | Created by Santiago Massera - Tuesday, December 15, 2009 2:33 PM | Last reply by John Desch MSFT - Tuesday, December 15, 2009 4:34 PM -
0 Votes
Animate Grid from Edge of Screen
Besides I does have the animation when I having the test, the code I use is quite simple: <Grid x:Name="container"> ...Answered | 3 Replies | 1008 Views | Created by craig91 - Sunday, February 22, 2015 1:13 AM | Last reply by Jamles Hez - Wednesday, February 25, 2015 7:39 AM -
7 Votes
How to add a total to an editable grid screen
I think it's doing two trips to the database, but it works.Answered | 25 Replies | 6829 Views | Created by Billy Kidd - Sunday, July 31, 2011 11:38 AM | Last reply by Yann Duran - Monday, July 30, 2012 2:18 PM -
2 Votes
Refresh a grid on one screen upon saving the details on another screen
Instead of calling Refresh on the screen, call it on the collection to which the data grid is bound.Answered | 1 Replies | 1996 Views | Created by ChinmayWatve - Friday, January 6, 2012 9:46 PM | Last reply by Justin Anderson - Friday, January 6, 2012 10:05 PM -
0 Votes
How to (dynamically) add rows to grid...in Screen
I am not sure if there is a way to programmatically modify the data grid on a screen.Answered | 2 Replies | 3887 Views | Created by karthikarani - Wednesday, October 20, 2010 9:06 AM | Last reply by karthikarani - Tuesday, October 26, 2010 1:47 PM -
2 Votes
List and Detail Screen plust Detail Grid...
It fixed most of the screen format problem but the bottom grid needs to be up higher (just below the column data at the top).Answered | 4 Replies | 910 Views | Created by Spaceworld - Sunday, October 20, 2013 7:57 PM | Last reply by Spaceworld - Monday, October 21, 2013 7:18 PM -
0 Votes
No Editable Grid Option in Add New Screen Dialog
The only screen templates that I have showing are "Browse Data", "View Details", and "Add/Edit Details".Answered | 6 Replies | 2536 Views | Created by Lia Taylor - Thursday, July 25, 2013 4:00 PM | Last reply by reigh7 - Monday, May 2, 2016 3:53 AM -
0 Votes
save a specific data grid, not entire screen data
thanks, are you able to launch other screens as dialog windows?Answered | 3 Replies | 2099 Views | Created by Nehemiah Willis - Thursday, December 29, 2011 1:35 AM | Last reply by Justin Anderson - Thursday, December 29, 2011 9:57 PM -
3 Votes
How to collapse a column in a screen grid in Beta 2
Thanks Yann, partial void EditableGrid_Created() { this.FindControl("grid").ControlAvailable += new ...Answered | 2 Replies | 2677 Views | Created by TejanoSMA - Sunday, March 27, 2011 8:50 PM | Last reply by TejanoSMA - Sunday, March 27, 2011 11:51 PM -
4 Votes
Reorder the two rows in data grid in asp.net with c#
HI, How to update the database from grid when reordering the two rows in data grid??Answered | 3 Replies | 3235 Views | Created by sumathisumi - Saturday, January 12, 2013 6:15 AM | Last reply by Luigi Bruno - Thursday, January 17, 2013 12:15 PM -
0 Votes
Changing Data Grid on Details screen to point to a different query
. :) I tweaked the PricesByProductAndCommodity query to add the extra two parameters DATABASE_NAME and CUSTOMER_ID and then bound them to the corresponding properties of ...Answered | 5 Replies | 2032 Views | Created by Dr. Dauphin - Thursday, July 26, 2012 5:12 PM | Last reply by Dr. Dauphin - Friday, July 27, 2012 3:49 AM -
1 Votes
How can I control the Cursor behavior on a DataGrid?
controlling cursor behavior was so simple in ms access this screen really feels kludgy and awkward i will try to keep the UI simple and say for now it is ...Answered | 3 Replies | 2411 Views | Created by MarkA Howell - Saturday, September 3, 2011 10:32 PM | Last reply by MarkA Howell - Sunday, September 4, 2011 12:52 PM -
1 Votes
show a detail screen from a button in the grid
I worked it out: int ID = this.ConsultantListQuery.SelectedItem.IDcounter; this.Application.ShowConsultantDetail(ID); The screen uses a query of ...Answered | 7 Replies | 2681 Views | Created by GusBeare - Friday, April 27, 2012 1:33 PM | Last reply by Lmantovani - Thursday, August 22, 2013 12:37 PM -
1 Votes
itgLsEnhancedTable - filterproblem (one screen, two tabs)
I haven't solved this issue yet and I was thinking of using two screens instead of two tabs.Answered | 24 Replies | 1787 Views | Created by Phero_ - Wednesday, October 1, 2014 8:37 AM | Last reply by Phero_ - Wednesday, October 15, 2014 2:38 PM - Items 1 to 20 of 1236584 Next ›
No announcements