This is a migrated thread and some comments may be shown as answers.

Problem with highlighted row in a theme

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
luca
Top achievements
Rank 1
luca asked on 19 Jun 2019, 01:52 PM

hi all i have a nestedgrid with a theme, i give it the data from a stored procedure, but some row change color after the DataBind() method can you explain me why?

i attached to you an image

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 24 Jun 2019, 10:30 AM
Hi Luca,

Appearance problems can occur for many reasons.
  • Browser's compatibility settings - when using IE. See Different appearance or behavior in Internet Explorer on local and production servers
  • Mixed RenderModes - when the page contains multiple controls of the same type set with different render modes. In such cases, the stylesheets for both render modes are loaded on the page, where one would override the rules of the other and this results in a bad appearance. Check out the RenderModes for more information.
  • Custom CSS rules overriding the built-in ones
  • In some cases, the Binding technique can also affect the rendering, hence resulting in broken appearance. Try using Advanced Data binding instead: See How to bind RadGrid properly on server-side

Also, it would be very helpful for us if you could provide with more information about the issue, grid configuration. Once we can replicate the problem, we'll be able to point out the cause and provide with a solution to fix it.

Kind regards,
Attila Antal
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
luca
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or