We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridGrouping Control Change image in cell based on value

As example 
Column1 can has values  : 1 ,2,3. 
Is it posible to do something like this :
switch(cell.value)
{
case "1":
cell.value = Image1;
break;
case "2":
cell.value = Image3;
break;
case "3":
cell.value = Image3;
break;
}
 ???


2 Replies

ST Sergiy Tokarchuk April 14, 2013 07:19 PM UTC

I found the answer. Close this post. =)


VK Vinish Kumar K Syncfusion Team April 19, 2013 11:59 AM UTC

Hi Sergiy,

 

Thank you for your interest in Syncfusion products.

 

We are happy to hear your issue is resolved. If you have further queries regarding this, please follow this forum else please open a new open if you have any other queries.

 

Regards,
Vinish


Loader.
Live Chat Icon For mobile
Up arrow icon