11547 : Gantt_ASP change the grid columns sort icon

Question

Hello Support, I am using the PlexityHide.Gtp version 3.1.9.8. I want to change the grid columns sort icon. Is it possible to change the sort icon? If yes how to change it (if possible plz provide the code), if no then is there any work around to show some other icon over it because current sort icon is not looking good, the icon is not easily recognized by end user, it looks like digit 7. Thanks in advance for your help.

Answer

In Gantt_ASP you can implement the OnGetResource event.

When called with PlexityHide.GTP.WEB.sort_ascending.gif, PlexityHide.GTP.WEB.sort_descending.gif or PlexityHide.GTP.WEB.sort_empty.gif, supply your own valid url to an image…

< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 

 

11244 : Zoom in zoom out images in Gantt_ASP is flipped?

< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />Question

 

How come the images for zoom in zoom out does the reverse of what they should? + zooms out and – zooms in!

 

Answer

 

There are two common takes on this: + goes closer – goes further away. OR + shows more time and – shows less time… We have chosen the latter one. Right or wrong?  Anyway you can switch the icons by implementing Gantt_ASP.OnGetResource

Implement Gantt_ASP.OnGetResource and when id == “PlexityHide.GTP.WEB.zoomin.gif” etc. you can send in another imageā€¦