Hi,
I am using Infragistics UltraWinGrid v7.3, and I have a few concerns:
1)-
My Initialize Row event, sometimes , does not fire on a cell/row update, thereby missing a few row/cell coloring tasks. Eg: this is what im telling it to do ->
if Column 'Y' ==1 , color the row blue, else use default color.
if Column 'X' == 2, color cell at column 'Z' red,
else if X == 1 color 'Z' cell green, else use default color.
Ever so often , I have Y==1, and the row is still in the default color ... but if some other row value changes (like X==1) , then Z cell becomes green and the row becomes blue. This occurs rarely, but noticably ... so what I do is force these coloring checks upon each datasource update => this makes the grid behave like it should.
Do you know why this happens, and any workaround for this?
2)
Another oddity I noticed occurs very rarely, but is of great concern. Sometimes my grid renders the same row multiple times, one below the other ... to make matters worse, any update on the original row, updates these 'copies' as well. The only way to get rid of this is to restart my grid.
This 'duplication' also varies, once I noticed the same row appearing 4 times ... recently I noticed on row appearing 11 times. I have noticed this about 4-5 other times in the past 6 months.
Do you have any solution for this?
Thanks.
I don't think I have the latest service release, but i assumed that bugs in 7.3 would have been fixed in 8.1.
Ill try getting the latest service release and try again. Thanks.
I was not suggesting that you update to a new version of NetAdvantage, only that you get the latest service release for whatever version you are using.
So... are you using the latest service release for NetAdvatange v8.1?
I am now using NetAdvantage v8.1, and while I do not see the row repeating problem, The initialize Row bug doesn't appear to be fixed. Whenever a lot of Data Updates occur, some of the changes fail to fire the initialize row event ... because of this I am forced to do the row initialization within the row update event, which is unnecessary and unsafe.Do you know what could be causing this? Thanks.
Yes, there is a service release for NetAdvantage 7.3.
And I am pretty sure there is a list of what is fixed in the service release on the same page with the service release itself.
Thanks Mike.
Since the software is licenced to my firm, I cant seem to get this information. Is this a service release for the specific version (UltraWinGrid 7.3)?
Also Where can I find known bugs and issues with this particular version, and the fixes for them? Thanks.