Refresh DataGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel

    #1

    Refresh DataGrid

    Hello,

    I'd like to refresh a DataGrid in VB.NET (2003).

    I assigned to the datasource property an arraylist, when I add the first
    one, I can see it.

    But after, when I add more records in the arraylist, I see only the first
    one. In the arraylist there are more than 1 entry

    Is there a refresh to do ? which method ?

    thanks,


  • Mrozu

    #2
    Re: Refresh DataGrid


    Gabriel napisal(a):
    Hello,
    >
    I'd like to refresh a DataGrid in VB.NET (2003).
    >
    I assigned to the datasource property an arraylist, when I add the first
    one, I can see it.
    >
    But after, when I add more records in the arraylist, I see only the first
    one. In the arraylist there are more than 1 entry
    >
    Is there a refresh to do ? which method ?
    >
    thanks,
    maybe again, by code set datasource = arraylist

    Mrozu

    Comment

    • Gabriel

      #3
      Re: Refresh DataGrid

      maybe again, by code set datasource = arraylist

      Of course, I tried but not work.

      Thanks,


      Comment

      • Mrozu

        #4
        Re: Refresh DataGrid

        Of course, I tried but not work.

        it's very strange. are you sure that new records are in arraylist?

        Mrozu

        Comment

        • Gabriel

          #5
          Re: Refresh DataGrid

          it's very strange. are you sure that new records are in arraylist?
          yes.


          Comment

          Working...