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

How to delete the orange rectangle aorund k-grid items ?

1 Answer 73 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nabila
Top achievements
Rank 1
Nabila asked on 24 Apr 2018, 11:42 AM

Hello,

I have the following image http://subirimagen.me/uploads/20180424063630.png

I would like to remove the orange boxes/rectangle around k-grid items. 

How can I remove it?

Thank you in advance. 

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 27 Apr 2018, 08:02 AM
Hi Nabila,

Based on the provided code, I am not sure what theme is your project using. Having said that, please excuse me if the below CSS is not working on your side. 

Could you please check if adding this style removes the border:

<style>
  div.k-grid-content > div.k-grid-norecords > div.k-grid-norecords-template{
    border: none;
  }
</style>

If this is not the case, could you modify my test Dojo - https://dojo.telerik.com/UhEYeVUp so it cleary replicates and isolates the issue? After that, send it back with your next reply. This will help me fully understand the case, and I will be able to provide further assistance to the best of my knowledge.

I look forward to hearing from you.


Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Nabila
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or