6/23/2026 7:29:20 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Customizing the ListView mode of a MainView
Posted: 24 Nov 08 10:52 AM
|
Hi, I was wondering if it was possible to customize the ListView mode of a MainView. More specifically I want to categorize support tickets by severity and color them appropriately in the GridView that displays the list of tickets. (High severity - Red, Medium severity - Yellow, Low severity - Green)
I know that you can use the OnCustomDrawCell event of a GridView to capture the drawing of the Grid and color the cells appropriately that way. I just can't seem to find how to get access to the specific GridView of the ListView mode for the Ticket's MainView.
Hopefully someone out there can help me. Thanks in advance. |
|
|
|
Re: Customizing the ListView mode of a MainView
Posted: 24 Nov 08 4:59 PM
|
Your list view is just a group, as defined in Query Builder, and fancy colour formatting is not available to you there. To get what you want will require customisation / datagrid as you are suggesting.
Phil |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|