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
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.
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.
Ramesh,
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 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