Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Databinding problem - some rows are hidden
posted

Hi,

i've come across a problem with some function that was written quirte some time ago. I run some sql to produce a dataset, which i then bind to my Ultrawebgrid.

In a couple of cases (depending on the data i bind to) it seems that not all the rows contained in my dataset are being displayed in the Ultrawebgrid.

I can see from debugging that the Ultrawebgrid.Datasource contains the correct data once assigned (17 rows in this case).

Once I databind, only one row is being displayed in the grid.

I've tried clearing columnfilters etc before biding, but the problem still exists.

Anyone got any ideas as to where i should eb looing to sove this issue

 

TIA

  • 315
    posted

    ok, i've looked a little further into this. I can get my Grid to display more rows by manipulating some of the data that's being selected (changing some values).... can anyone explain why i'd have to do this, when the SQL i run against my DB to generate the dataset brings back the corerct data?

     

    TIA