No announcements
Found 2886157 threads
-
0 Votes
When does the DataTable ColumnChanged event fire?
We use DataTables to represent settings grids in our software. In one version of our software, it looks like the ColumnChanged event doesn't fire. But ...Unanswered | 2 Replies | 677 Views | Created by Brandon Riggers - Tuesday, December 29, 2015 1:22 AM | Last reply by CoolDadTx - Wednesday, December 30, 2015 3:50 PM -
0 Votes
Why DataGrid cell focus chg force DataTable.ColumnChanging event?
DataTable.GetChanges, etc. However, when running the app and simply tabbing from one cell in the DataGrid to another, I noticed that DataTable raises the ... -
0 Votes
DataTable ColumnChanged Not Working
via DataSource When I Type Something in DataGridView Column And it Updates DataTable I Want The event handler to ...Answered | 1 Replies | 504 Views | Created by joshCs - Friday, July 1, 2016 5:39 PM | Last reply by Moonlight Sheng - Monday, July 4, 2016 5:38 AM -
1 Votes
When does the 'Suspending' event fire?
The GetDeferral is essential when you are using await. The app may be suspended (or killed) immediately after it returns from the Suspending event handler. ...Answered | 10 Replies | 1566 Views | Created by EricksonBrian - Tuesday, March 5, 2013 5:46 PM | Last reply by Rob Caplan [MSFT] - Wednesday, March 6, 2013 11:06 PM -
2 Votes
When the valid event does not fire
*** does not cause the Valid to fire, it merely runs any code *** in that method loActiveControl.SetFocus() llRetVal = .T. ELSE llretVal = .FAnswered | 4 Replies | 3896 Views | Created by damezumari - Monday, November 29, 2010 5:57 PM | Last reply by damezumari - Tuesday, November 30, 2010 12:38 PM -
0 Votes
DataTable ColumnChanged event not firing with correct row and column
This is a right phenomenon. When you do edit a cell before you leave it, that cell is also has the editing status true, so the DataSource has not been modified, then ...Answered | 3 Replies | 5812 Views | Created by BobUPS - Friday, June 24, 2011 6:51 PM | Last reply by Mike Dos Zhang - Wednesday, June 29, 2011 3:24 AM -
2 Votes
ColumnChanged event not firing for first and last datatable column
bsData? The ColumnChanged event handler is add at the end of the code,where is the code to update the ...Answered | 7 Replies | 2490 Views | Created by db_dweeb - Thursday, September 20, 2012 8:37 PM | Last reply by Bob Wu-MT - Wednesday, September 26, 2012 10:45 AM -
0 Votes
Combobox Databinding and the errorprovider columnchanged event
there is databinding but it doesn't fire the ColumnChanged event like textbox and other controls. Is there a way to keep all this in the business logic in ...Answered | 1 Replies | 3050 Views | Created by Super Dave Osborne - Thursday, November 12, 2009 3:45 PM | Last reply by Super Dave Osborne - Thursday, November 12, 2009 4:34 PM -
0 Votes
when does the ondataavailable and ondatasetcomplete event fire ?
Hi, Does the ondataavailable and ondatasetcomplete events fire when we navigate to a page? -
0 Votes
Where/when does FederatedAuthentication.ServiceConfigurationCreated event fire ???
; } } So how do I fire ...Unanswered | 2 Replies | 6742 Views | Created by Lord02 - Wednesday, December 1, 2010 6:53 PM | Last reply by Steve Syfuhs - Thursday, December 2, 2010 11:22 PM -
0 Votes
How to detect bound DataGridView "cancel edit" at datatable level ?
Hi, I may be missing something, but I can't seem to get my bound datatable to work the way I want - a missing event maybe ? I can validate (and display) ... -
10 Votes
When does DateTimePicker's Validating() event fire?
that as-designed? If so, when does it fire? And is there any event I can use besides ValueChanged (too late) that I can use to conditionally preempt moving to ...Answered | 23 Replies | 10738 Views | Created by B Clay Shannon - Friday, May 4, 2012 9:03 PM | Last reply by DanW52 - Tuesday, May 12, 2015 9:36 PM -
0 Votes
event does not fire when item checkout
In this situation, we need to disable the event to fire when check out the related files in event receiver, this can be done throughAnswered | 8 Replies | 4888 Views | Created by Wasi Khan - Friday, February 24, 2012 11:08 AM | Last reply by Qiao Wei - Tuesday, February 28, 2012 9:08 AM -
1 Votes
empty datatable rowchanging event doesn't fire
needed the event to fire at the time I create a new row at the dataTable without using the fill method of the tableAdapter, ...Answered | 6 Replies | 1815 Views | Created by panagiotis.mamakos - Friday, September 30, 2011 11:32 AM | Last reply by Lie You - Wednesday, October 5, 2011 6:15 AM -
0 Votes
Why does the TextChanged event fire twice?
workaround to get rid of the second event here: TextBox.TextChanged event fire twice on theAnswered | 2 Replies | 5796 Views | Created by hello_joe_123 - Monday, January 9, 2012 2:33 AM | Last reply by hello_joe_123 - Monday, January 9, 2012 4:37 AM -
0 Votes
Validatechildren does not fire the validate event
children (in this case both textboxes), however the validating event does not fire on the textbox that has focus. How can I get the ...Answered | 2 Replies | 3025 Views | Created by Rav1027 - Tuesday, June 5, 2007 3:10 PM | Last reply by Rav1027 - Tuesday, June 5, 2007 6:30 PM -
0 Votes
Activated event does not fire when expected
of your App and Pages when you resume It is my understanding that we are not to use the Launching event to restore data of any type ...Answered | 8 Replies | 2733 Views | Created by Casey Irvine - Monday, May 23, 2011 7:15 PM | Last reply by Casey Irvine - Thursday, May 26, 2011 11:51 PM -
3 Votes
Workbook.BeforeClose event does not fire
workbook open fixed the bug wbs.Add(wb); //What am i doing wrong, if i open two or more documents the BeforeClose event does ...Answered | 4 Replies | 2799 Views | Created by ResQue1980 - Wednesday, April 16, 2014 5:52 PM | Last reply by ResQue1980 - Wednesday, April 16, 2014 9:00 PM -
0 Votes
MediaCollectionMediaAdded Event does not fire
when a media is added to the library. Does somebody know how to implement this event properly and can give me some tips? best thanks in ...Unanswered | 1 Replies | 7457 Views | Created by desoxy_3 - Wednesday, March 17, 2010 7:18 PM | Last reply by Karel Zikmund - Wednesday, March 17, 2010 8:21 PM -
0 Votes
LeftMouseButtonUp event does not fire ?
MouseLeftButtonUp event does not fire (while, the MouseRightButtonUp event does). This is the ...Answered | 2 Replies | 4994 Views | Created by Dennis Riis - Monday, September 3, 2007 5:55 PM | Last reply by Dennis Riis - Tuesday, September 4, 2007 4:57 PM - Items 1 to 20 of 2886157 Next ›
No announcements