No announcements
Found 2768041 threads
-
0 Votes
programmatically deleting last row adds blank row
If you change the item in the combobox, and then press the delete key, the grid will add a new row after the delete.Answered | 15 Replies | 4922 Views | Created by Michael Warren - Tuesday, August 11, 2009 1:45 AM | Last reply by Michael Warren - Monday, August 17, 2009 12:09 PM -
4 Votes
Datagridview - Repeat last row data in the new row
Next create a new VS2010 project, add the files from the VS2012 project, zip it up and you will have it.Answered | 20 Replies | 2699 Views | Created by Ranjith K.U. _ - Tuesday, October 15, 2013 12:23 PM | Last reply by Ranjith K.U. _ - Wednesday, October 16, 2013 8:21 PM -
1 Votes
DataGridView why is last cell value not retained
It all works fine except the last cell entered is not saved.Answered | 12 Replies | 1397 Views | Created by Bob Avallone - MA - Friday, June 12, 2015 7:16 PM | Last reply by Bob Avallone - MA - Wednesday, July 1, 2015 2:08 PM -
1 Votes
how add field -LAST DATE ROW UPDATE
Actually, the appropriate and best case solution to this problem would be to have your application or stored procedure set the value of the new column as a part of the update.Answered | 6 Replies | 4402 Views | Created by gpspocket - Tuesday, July 7, 2009 10:20 AM | Last reply by SQLGuyChuck - Wednesday, July 8, 2009 12:44 AM -
0 Votes
Add item to list - just adds the last item
Hi, I'm using a very simple code to add items to a list.Answered | 2 Replies | 653 Views | Created by DevDiver - Wednesday, July 30, 2014 5:15 PM | Last reply by DevDiver - Wednesday, July 30, 2014 6:05 PM -
2 Votes
How do I make it so that tabbing from the last row and last column in a DataGrid, goes to the new row?
I could add a new row, but just once, and after that it went back to the behavior that I described.Answered | 2 Replies | 4508 Views | Created by Rod at Work - Friday, November 1, 2013 7:32 PM | Last reply by Rod at Work - Monday, November 4, 2013 5:28 PM -
0 Votes
add values as last if not existing
Almost what I need - the order of the values (A,B,C) must be so that the existing one goes as first item as in my example.Answered | 4 Replies | 1561 Views | Created by Janne Haku - Wednesday, August 27, 2014 1:30 PM | Last reply by Janne Haku - Thursday, August 28, 2014 1:05 PM -
0 Votes
Retain last value of add new row item
User-1716253493 posted Use gridview databound event to get last value, then using findcontrol get the ddl from the headerrow.Answered | 4 Replies | 95 Views | Created by Anonymous - Sunday, December 27, 2020 7:31 PM | Last reply by Anonymous - Tuesday, December 29, 2020 3:55 AM -
1 Votes
Prevent adding new rows in datagrid, If no values are added in a new row
I solved this by using RowEndEditing event to check the row property and setting e.cancel if the value is null.Answered | 2 Replies | 2373 Views | Created by user2617 - Friday, September 5, 2014 4:35 PM | Last reply by Terrence-Jones - Monday, September 8, 2014 2:18 AM -
0 Votes
add new row to bounded datagrid
Hi, From what I've read, your form has an "add a new row" button.Answered | 8 Replies | 4941 Views | Created by kkkJoe - Friday, January 8, 2010 8:22 AM | Last reply by Thomas Aimonetti - Wednesday, January 13, 2010 6:43 PM -
0 Votes
add new row in datagridview
Hello, but how can you identify the new added row in datagridview and set it for example to curent row?Answered | 4 Replies | 4795 Views | Created by zahid.mahmood2011 - Tuesday, May 10, 2011 2:08 PM | Last reply by Muffon - Tuesday, April 3, 2012 9:24 AM -
0 Votes
Switching Content Type for a list item retains data
Each row would be an item and when content is entered as a specific content type on specific site columns are filled in.Answered | 2 Replies | 6193 Views | Created by Suliz - Friday, January 16, 2009 3:22 AM | Last reply by John D. Ross - Friday, January 16, 2009 1:39 PM -
2 Votes
Modal -Add new item
There is no way out of the box to only switch the New Forms to Modal.Answered | 6 Replies | 2204 Views | Created by Sultannur Can - Wednesday, August 28, 2013 12:21 PM | Last reply by Sultannur Can - Thursday, August 29, 2013 1:42 PM -
1 Votes
Excel UDF retaining original value
put this in a loop and calculate all rows.Answered | 3 Replies | 1890 Views | Created by Dwipayan Das - Tuesday, February 5, 2013 10:41 AM | Last reply by Hudk - Wednesday, February 6, 2013 3:08 PM -
2 Votes
Add list item to pre-existing row
I just need to search through a list, and based on the email entered in a textbox on a web part, find that email address thats already in the list and add the extra information to that ...Answered | 4 Replies | 4270 Views | Created by ChrisC_26 - Friday, November 13, 2009 7:40 PM | Last reply by Jevgeni Borozna - Friday, November 13, 2009 11:24 PM -
0 Votes
Add a new row to a datatable each time a new set of values are inserted
Is there not a way that I could count the rows in the gridview and then just add a new row at the next index ?Answered | 4 Replies | 1634 Views | Created by C-Sharp Mamba - Thursday, August 9, 2012 11:11 AM | Last reply by Manikandan Murugeshan - Friday, August 10, 2012 6:45 AM -
0 Votes
Add new row with Peoplepicker
Hi Raj, From your description, my understanding is that you want to add new row to a table with a button, and the new row contains a ...Answered | 2 Replies | 1722 Views | Created by joe_aro-SP - Monday, May 18, 2015 1:45 PM | Last reply by Vincent.Han - Tuesday, May 19, 2015 9:47 AM -
3 Votes
Retaining variable values
-------------------------------------------- <copied> How can I retain variable values when I jump from one screen to ...Answered | 6 Replies | 992 Views | Created by Karlap - Monday, September 9, 2013 3:37 PM | Last reply by CSNewbie - Tuesday, September 10, 2013 3:24 AM -
0 Votes
Adding row to datatable adds two rows
From what I'm seeing Xan To it's the way the last "Add a Row" line behaves.Answered | 13 Replies | 1183 Views | Created by Xan To - Friday, September 2, 2016 10:02 AM | Last reply by Xan To - Monday, September 5, 2016 11:19 AM -
1 Votes
Passing Value to Add new Item Form of a List
Hi another approach For Workorders list, add a new NewForm.aspx (My_NewForm.apspx ) form, in which you will filter issues dropdownlist based on ...Answered | 2 Replies | 6948 Views | Created by hemaljoescse - Friday, May 24, 2013 8:31 AM | Last reply by Gunesh Vummiti - Saturday, May 25, 2013 6:09 PM - Items 1 to 20 of 2768041 Next ›
No announcements