About 50 results
Open links in new tab
  1. Capturing Cntl-C, Cntl-V in DataGridView

    Feb 21, 2012 · I am already "qualifying" keystrokes using the editingcontrolshowing event and generating a keypress event for the resultant textbox and checking keycode to see if it is a valid …

  2. HELP! Export DataGridView to text file

    Aug 15, 2007 · I have a requirement to allow a user to query data from the table based on keywords and return the data to a datagridview. Once in the view, they would need to be able to select specific …

  3. How to show Oracle LONG field on Datagridview?

    May 27, 2011 · But, for LONG datatype there is a problem showing on Datagridview. I can also bind this row to richtextbox without any problem. I think the problem is directly related to DATA type and if …

  4. One to Many / Datagridview / Table Manager - VB.Net Newbie

    Aug 18, 2011 · I can make the datagridview work perfectly visually for adds, deletes and changes. When I execute the save on the table manager only the changes to the top grid are written back to the …

  5. Export DataGridView unbound to Excel - social.msdn.microsoft.com

    So what I did was create a language extension method that converts a bound or unBound DataGridView to a DataTable. There is still iterating data but much better than iterating rows/cells of a …

  6. Column Index Order in dataGridView - social.msdn.microsoft.com

    Apr 30, 2009 · An alternative to passing the column mapping separately would be to set the dataGridView's Tag property to the mapping dictionary. Now this function (and any others like it) can …

  7. DataGridView, BindingNavigator, and New Row

    Aug 29, 2018 · If I set DataGridView.AllowUsersToAddRow = False, I can still add new rows with the BindingNavigator.AddNewItem button. But I cannot set default values through the …

  8. DatagridView on a TabPage doesnt work as expected

    Dec 24, 2009 · It seems this happens when datagridview is on a usercontrol. Could you please upload a project that can help us to reproduce the issue? Please make sure Paint event has been handled …

  9. datagridview.CurrentRow.IsNewRow is not working?

    Jan 11, 2012 · As for bound DataGridView, I can repro this issue as below code sample. Datagridview.CurrentRow.IsNewRow always returns false.

  10. how to show data in dataGridView using my own dataset

    Dec 10, 2008 · Are you sure the table (you are databinding the DataGridView to a table inside the DataSet, right?) in the DataSet has data? Can you post the code you use to create the table you are …