Hello,
I am using the Office2007Blue.isl for my stylelibrary on the WinGrid, and everytime I bind my datasource to the grid, the first row is activated (looks selected but its not really).
How do I fix this?
Thanks in advance,
Andrew
Hi Andrew,
The isl is probably applying an appearance to the ActiveRow. One thing you could do is modify the isl file and remove this. My guess is that it's on the Row role and the Active state.
Thanks Mike,
Yes, this was the case. I just loaded up the AppStylist and editing the Office2007Blue.isl, and removing the Active State Resource off the GridRow.
Thanks again,