DataGrid Load Data Problem

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

    #1

    DataGrid Load Data Problem

    Can i user dataset partially load the data to datagrid depends on the scoll
    bar moving?

    seems like power builder have this function of the data browser/windwows (i
    forgot), but it can partially load data to grid.


    So can someone know the method in VB.Net?



  • Cor Ligthert

    #2
    Re: DataGrid Load Data Problem

    KY,

    I would not know why not when you use a dataview, however you have to give
    yourself to that dataview what is the result from the moving of your
    scrollbar.

    Cor


    Comment

    • Ky

      #3
      Re: DataGrid Load Data Problem

      Cor,

      I am not sure how to use dataview as well.
      is there have some example related to it with datagrid ?

      Ky
      "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
      news:Oj22TWGVFH A.3868@TK2MSFTN GP14.phx.gbl...[color=blue]
      > KY,
      >
      > I would not know why not when you use a dataview, however you have to give
      > yourself to that dataview what is the result from the moving of your
      > scrollbar.
      >
      > Cor
      >
      >[/color]


      Comment

      • Cor Ligthert

        #4
        Re: DataGrid Load Data Problem

        Ky,

        Beside a rowfilter what is described on this page is there as well a sort
        property look for that in the members..

        http://msdn.microsoft.com/library/de...classtopic.asp

        I hope this helps,

        Cor


        Comment

        Working...