This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - how to get Icons on main grid ?

fli - Tuesday, August 2, 2011 8:06 AM:

Hi members,

I have a federated Itemtype, which I want to display a "locked status" for.

I will do some code, and on behalf of the outcome, set one out of multible icons to be displayed in the main grid. 

How to display a icon on the main grid ?

BR / Christoffer



eric_h - Tuesday, August 2, 2011 1:05 PM:

Christopher,

Take a look at the the Client scripts itemsGrid.html file. In particular, take a look around lines 1220+. This might give you some ideas.

Also, you can search for the "SetCellValue" method in the API help document. It seems to exist as part of a few classes, and I don't know which one "grid.SetCellValue" (as used in above file) is bound to, but that might not matter.

Anyway, maybe this can help. I am pretty new to this and not really a programmer, so take that into consideration.

Eric



fli - Thursday, August 4, 2011 2:08 AM:

Thanks alot Eric, I will try it out.