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

What does the red triangle means?

4 Answers 562 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 09 Jul 2012, 02:53 AM
Hi,

I have a grid that is bound to an array within a complex type. Whenever I change a value (I use inline editing), a red triangle appears in the upper left corner. I have to read() the grid datasource and refresh the grid to get rid of it.

What makes this triangle appear? Is there a way to avoid it?

Thanks,

Alex

4 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 09 Jul 2012, 08:24 AM
Hello Alex,

The red triangles indicate a modified value, which has not been saved yet. Although I don't recommend it, you can hide them with CSS by using their CSS class - k-dirty.

All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Alex
Top achievements
Rank 2
answered on 10 Jul 2012, 03:50 AM
Wow, the behaviour I observed describes just that, then it is to be expected. To me, that symbol looks like some kind of error, thus the confusion.

Thank you,

Alexis
0
Matthew
Top achievements
Rank 1
answered on 16 Apr 2015, 06:56 PM
Can you provide an example of how to suppress the red triangle?
0
Dimo
Telerik team
answered on 17 Apr 2015, 11:18 AM
Hello Matthew,

.k-grid .k-dirty {
  display: none;
}


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Alex
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Alex
Top achievements
Rank 2
Matthew
Top achievements
Rank 1
Share this question
or