i am using silverlight infragistics grid.
1. I have column A and column b which is bound column.
2. I have added column c = column b + column A whcih is unbound column,
3. It displays the data, when i do a cell edit and when i exit the cell of Column A or column B it does not change the data in column C ; where as when i go to the same cell changes reflected in column c, any idea how to make it reflect when we exit the cell,
4. do i need create a custom summary class for summarizing column c, or is it a inbuilt function.
Any update?
Thank you very much, i installed the service pack also. There is two issues one is summary, which we will leave for time being.
With regard to the computation it is not working. In the example what you gave also it does not work. When edit the other cell and come back to the orginal cell it works.
With this i am attaching the source code, as well the word document readme.docx with the full step by step attachment.
Regards,Peter
Hello,
I am creating a private case for you which I'll use to provide more information about obtaining the latest service release.
The example what you gave , i commented the below line //e.Cell.Row.Manager.RefreshSummaries(); and ran the application, it is not changing the unbound (computed column) as we edit the other columns.
I am calling refresh, but it is not refreshing the unbound column when we edit the data. any idea why. Do i need to have the latest service pack