Alex,
The sorting is not working property If i have large set of data.
I sorted a column by clicked column header, the values not looking sorted. Then, i changed the
focus to next Content Pane and come back this content pane, Now this record is appering
correctly. So the invalidate operation not happen immediately. What i have to set to invalidate immediately.
I hope you understand the issue.
(I have installed upto (Latest)July 2009 hotfix also)
Regards,
Ramesh.P
I found the problem. I just commented few lines in Grid Construction part.
Now everything perfect.
The commented portion of lines doing assign some Cell value presenter style to all the fields
in the fieldlayouts.
Thanks Alex.
By
Ramesh,
I am attaching the sample I am using to reproduce this. I am not able to do so in both XP and Vista. Please test it and let me know if you can or cannot reproduce the same behavior. If the scenario differs, make some changes to the sample and reattach it.
You can also try changing the RecordGenerationMode, CellGenerationMode as well as ScrollingMode - can you reproduce it with Immediate scrolling?
Thanks for the additional information. I think this will be enough for me to recreate this behavior. I will test this both on vista and xp and will let you know here when I have more information on this.
I placed the XamDataGrid in a content pane of a XamDockManager. I just bind a DataTable with
1000 of records.
And now only i noticed the same problem appearing in Scroll also. Think i am in top of Grid,
Now i scroll the grid using scrollbar (Drag and drop at after 400 records). The records appearing in
grid is wrong. I checked underlying dataItem when i clicked a row, the underlying object is correct. so
the underlying dataItem is correct but appearing one is different. When i change focus to next content pane
and backed to this pane in the sense, the exact underlying object appearing correctly now.
(I think the problem RecordContainerGeneration Mode) I never set any
RecordContainerGenerationMode explicitly.
Sorry Alex for not providing any sample project.
Hello Ramesh,
Please give us more information on your set up. Is The XamDataGrid in a DockManager? How large is the Data? What type of data are you using? I would have to recreate this scenario to see where the problem might be coming from.
If you can provide a sample project, that would definitely help.
Thanks.