Hi Everyone,
is it my imagination or this editor (of posting a message at this forum) has been upgraded.
Anyway,
I've encounred a suspected bug ,
I have an UltraGrid which I've set its DataSource to a DataSet. the DataSet is being populated from a Database , standard stuff. but I've noticed that when I Sort the grid (by clicking on any of the columns header) and then scrolling with the vertical scroll DOWN arrow button few times (like 2-3 clicks) , it will UNSORT the grid...
I should mention that i am not using any events on that grid and not changing any of its properties or anything via code...
is this a knowen issue, or maybe I've set some properties (during design-time) incorrectly ?
thanks for any replys
No, it isn't supposed to do that. You might want to try handling AfterSortChange, put a breakpoint in there and see what is triggering the "unsorting". You could also attach a simple sample here and we can take a look.