I have a grid with a check box column and an amount column. I created an additional unbound column with the formula:
if( [IsMisplaced] , 0 , [Amount] )
where isMisplaces represents the check box. This works fine, however, when I add a summary operation and point to this column, the formula appears to stop working (all blanks). When I take the summary off it works fine again. Is there an event or something firing that might be causing this to reinitialize?
up !
I have the same problem. I have an UltraWinGrid with 3 columns : Width, Height, Surface
The last column (Surface) is an unbound column with a formula : [Width] * [Height]
When I had a summary of type Sum to the last column, the column Surface is not calculated (always empty).
I have try to find a workaround using formula instead of Sum type for the summary, doesn't works.I have tested setting the summary in runtime, after setting AllowRowSummaries to True. And the behavior looks strange for me :if there is no summary, the column Surface is good calculated for all new row I add, but once I had the Sum summary to the column Surface, every new row I add has an empty cell Surface...
any idea ? please.
You should create a small sample project that demonstrates this behavior and Submit an incident to Infragistics Developer Support. This is starting to sound like a bug may have been introduced.
Sample project submitted. I will write here their answer as soon as I get it.
Below are the status of the related bug report. I have received no email about this "Cannot Reproduce" state changing. And I don't know what can I do now ? I attach the sample project zip file I have done (using VS2008 Pro Trial). Can anyone test on his configuration and tell me if he/she can reproduce? thanks.
Also tested with last HotFix released on the 23th April, no changes, the bug still here.I am unable to find anywhere what this hotfix corrects. Where can I get this informations ?
"Cannot Reproduce" means that the developer could not reproduce the problem in the latest internal build. So it looks like this will probably be fixed in the next hot fix.
Great thanks to you for your replies. But see the Last Activity Date :4/24/2008 , so I presume the developer who cannot reproduce uses the latest internal build of the same day. And the current last HotFix date is : 4/23/2008. And as I said, this hotfix doesn't correct this bug. I know it could have been corrected since the release of the last hotfix but only in one day, it is not very probable. I can have made a mistake when testing with this last hotfix, so this is why I asked if there is anywhere a list of all bug fixed in this hotfix. Because I would have search if something similar was modified and should correct this bug. Now I don't know exactly what to do, do you think I have to wait 1 or 2 month for the next hotfix ? then how can I do to fix it for this time ?Thanks again for your replies !
shark_pcb said:But see the Last Activity Date :4/24/2008 , so I presume the developer who cannot reproduce uses the latest internal build of the same day. And the current last HotFix date is : 4/23/2008. And as I said, this hotfix doesn't correct this bug.
No, that's not the case. If there was a public hot fix posted on 4/23, then that fix was likely in QA undergoing testing for several days if not weeks.
I beleive the fixes are listed here: BLOGS: Vincent McDonald
If you have further questions about this issue, please direct them to Infragistics Developer Support.