Since the latest update to version 13.1.20131.2197, I have been getting an InvalidOperationException thrown by my xamGrid, which was working before. If I disable conditional formatting, the grid displays without a problem. Has anybody else experienced this? Has anything changed on conditional formatting in the update?
Hi,
I have been looking into your post and we have fixed some issues related to the conditional formatting of our XamGrid for the current Service Release(13.1.20131.2197). I was trying to reproduce the reported exception on my side without any success. I am attaching a sample application(ConditionalFormatting.zip) where I applied a conditional formatting on the ‘UnitsInStoke’ column of the XamGrid. Everything seems to goes right. Could you please to modify it in order to reproduce the issue ?
Looking forward to hearing from you.
Yanko,
I think the attached solution demonstrates the issue. (It's hard to be sure as the development server on my machine won't play ball when I try to debug it, but it falls over if I deploy it to a live web server.)
Regards, John
Hi Yanko,
Thanks for the reply. I am trying to reproduce the problem for you, but I am having a few problems getting my solution to work. If I hard code a few values in a local data model, there is no issue, but if I hard code the same values in my Domain Service, the behaviour is exhibited. The trouble I'm having is getting the RIA services to work in a new project, but I think that's a problem with my system, not with Infragistics. Once I've worked out what's going on, I'll get back to you.
Thanks,
John