There are 3 bool values returned from the database: isProduct, isActive, isNew
I need to have one column in the kendogrid-"Details" column that will have 3 images (say red or green arrows) and text next to those arrows.
how can I get this ?
1 Answer, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 28 Mar 2014, 09:24 AM
Hello,
You could use a client template to display the column and use the approach demonstrated in our FAQ section for implementing a conditional logic, if that will be needed. The example in the documentation demonstrates a sample approach for displaying an image in the column.
Please let me know if this information was helpful or I could assist you further.