I used AppStylist to create a StyleSet for my grids. I saved the StyleSet in a new Style Library, then imported it into my asp.net project in Visual Studio. I set up my web.config to apply the StyleSet to all of my grids. So far, so good... I hit refresh on my page and the grid comes up with (some of) my colors/styles... but not all of them. The primary rows are transparent (so the color from the tbody shows through - in this case, the color of the header row), and have no borders. It seems like the individual cells aren't getting any css class applied.
Is there a property I need to set on my grids? Or did I create my StyleSet wrong? Anyone have any experience with this problem?
I am also facing the same problem and a lot more serious issues than that......... i try to apply my own style sheets classes to the infragistics tools but none of them are working/..............can anybody help......... i am helpless....
ResetDefaultStyles
that will remove all of these inline styles for you, and allow appstyling to work.
Hope this helps,
-SteveZ