Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, July 1, 2025 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Any suggestion how to hide/show link in a Grid Tab ?
Veronka Capone
Posts: 113
 
Any suggestion how to hide/show link in a Grid Tab ?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 11 Jan 10 1:19 PM
I would like "Delete" link on a Grid Form to be eligible to certain teams/users only.

For example Opportunity.OpportunityCampaigns quick form.

Is this possible?
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Any suggestion how to hide/show link in a Grid Tab ?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Jan 10 7:36 AM
Yes.

Use the OnRowDataBound event of the grid. If the user should have no access to it, find the delete column, find the LinkButton and remove it.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Any suggestion how to hide/show link in a Grid Tab ?Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Jan 10 8:40 AM
IIRC you can just do this at runtime:

// if user does not have access do delete
// this will hide the second column in the grid at index 1

grdMyGrid.Columns[1].Visible = false;


-Ryan
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 7/1/2025 2:47:28 AM