Tag Archives: grid

Controlling column’s width in List or Grid using Client Side API in Sage CRM – Part 2

Sage CRM has always been flexible enough to modify the look and feel of screens, lists, or grids. With the help of Standard CRM methods in combination with Client-side API, implementers can easily make such modifications to achieve business requirements. You can refer to our below post wherein we have explained part 1 of this… Read More: Controlling column’s width in List or Grid using Client Side… »

Creating Web service Sub-Program (interface) in Sage X3 for use into GUMU™ Customizer

In GUMU™ for Sage CRM – Sage X3 integration, we have provided with feature where user can create Sage CRM grids, panels to display information from Sage X3 on real time basis. We had seen this in our previous blogs. In this blog, we will discuss how to create Web Service Sub programs (interface) in Sage X3 so… Read More: Creating Web service Sub-Program (interface) in Sage X3 for use… »

Apply underline to a Column Header in List or Grid

Sage CRM allow us to customize Lists, Grids through Client side API and JQuery. Using this we can easily change the look of a grid by applying CSS class or attributes. By default Sage CRM does not highlight the columns header and sometimes it becomes difficult to recognize the header and actual value. But, this… Read More: Apply underline to a Column Header in List or Grid »

Grid Manipulation Using CSS – Part 2

We all know that we can perform various functionalities with grid using CSS. From previous blog, we understood that how we can highlight Grid Header with specific colour in Sage CRM. Now, in this blog, I will explain how we can apply border to a grid to make it more appealing. New Stuff: How to increase… Read More: Grid Manipulation Using CSS – Part 2 »

Grid Manipulation Using CSS

As we know that using client side API, java script, .net API, CSS Script we can change the standard way of displaying Sage CRM grids by adding colors to it. Likewise, in this blog we will be looking at the trick that will allow us to change the Grid color by changing the CSS file… Read More: Grid Manipulation Using CSS »

Grid Manipulation using Client Side API

Using the Sage CRM Client Side API, we can easily change the grid look by applying some color code or something. Changing anything in CRM grid was bit complex and we had to use HTML codes to fulfill the requirement. But, now it has been changed by introducing Client Side API methods in Sage CRM.… Read More: Grid Manipulation using Client Side API »

Display Image in the CRM Standard Grid

Do you need to display the image for notification in the Sage CRM standard Grid? Yes, it is possible!!!! Solution: We need to write some scripts on the custom content of the grid to display image in the grid. Please refer below screenshot: