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

[Solved] Change position of tick mark in changed cell

3 Answers 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bradley
Top achievements
Rank 1
Bradley asked on 03 Sep 2014, 10:26 AM
Is there a way to re-position the red tick mark that denotes a changed cell. We would like the tick mark to be in the left top corner of the changed cell, even when the text is center aligned?  

See attached image.

Thanks,

Bradley 

3 Answers, 1 is accepted

Sort by
0
Bradley
Top achievements
Rank 1
answered on 03 Sep 2014, 01:24 PM
Clarification:

I believe I am referring to custom positioning of the cell dirty flag.

The image attached to initial post shows the dirty flag aligned to left and above text, and we would like it at upper left corner.

Thanks,

Bradley
0
Iliana Dyankova
Telerik team
answered on 04 Sep 2014, 03:11 PM
Hi Bradley ,

The following CSS rules should help to achieve the expected result: 
.k-dirty-cell .k-dirty {
   margin-left: 0;  
   left: 0;  
}

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Bradley
Top achievements
Rank 1
answered on 04 Sep 2014, 03:46 PM
Iliana,

Perfect!  I'll mark this as answered as soon as I fix issue.

Thanks!

Bradley
Tags
Grid
Asked by
Bradley
Top achievements
Rank 1
Answers by
Bradley
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or