7/4/2025 10:31:25 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 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.
|
|
|
|
Add record to bound grid
Posted: 14 Sep 09 1:13 PM
|
I have a bound grid that started out in an SLX quickform. I have extracted the smartpart to supportfiles and want to append a row from another source each time the grid is displayed. I am trying this but getting an error about the .Add method not being available for the grid..
String[] rowArray = new string[]{"Test", "BD Contact", "Test"};
grdOpportunityContactPlans.Rows.Add(rowArray[0]); |
|
|
|
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!
|
|
|
|
|
|
|
|