I’m having a DXGrid in Server mode with 100K records, I want to set the focus to the row witch i only have its ID, how could i do that without filtering data.
BTW I’m using XPO as data source.
I’m having a DXGrid in Server mode with 100K records, I want to set
Share
I was already afraid that it should have something to do with iterating through the rows, get the related object and check the ID. For 100K rows it’s not a funny thing to do…After some internet search i came across this DevExpress Knowledge Base article wich basically has the same approach. It’s pretty outdated though and they write that this is a desired functionality that they are probably going to develop. It’s now about 6 years later, so I think…
If I find anything more helpfull I’ll conme back to this question. And you can take the link of mine as a starting point to search any further.
EDIT
Although it’s for winform grid’s (I think WPF grid’s will basically have the same functionality) this could also be interesting.