Search results for query: *

  • Users: ufoq
  • Order by date
  1. U

    DGV Virtual Mode and CellValueNeeded

    Thx JohnH for editing, bumping ;)
  2. U

    DGV Virtual Mode and CellValueNeeded

    Thank you. I've tried to populate the DGV completely manually, by first getting data to a collection: Public Structure pracownik Public Id As Integer Public nazwisko As String Public EH As Single Public Spoznienia As Single Public Premia_wpisana As Single End Structure Public tabelka As...
  3. U

    DGV Virtual Mode and CellValueNeeded

    I have a very strange problem... My Datagridview is in Virtual Mode. 2 of the columns are data-bound, and 3 are populated programatically (by separate SQL queries to other tables). I populate those columns by handling the CellValueNeeded event. I receive all the data i need, but very slowly...
Back
Top