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
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?