Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Grid cells are not getting a css style
posted

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?