5/9/2025 3:29:16 PM
|
|
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.
|
|
|
|
web 8.2
Posted: 25 Aug 15 2:51 PM
|
This may sound dumb but how do you check/uncheck a checkbox via csharp snippet action during an onChangeAction? I need to validate some items and uncheck the just checked box if it does not validate. I tried setting it to false but that does nothing. |
|
|
|
Re: web 8.2
Posted: 25 Aug 15 3:00 PM
|
Instead of setting the control, instead set the entity property it is bound to. The control state can get lost in the postbacks. It is always better to set the entity property instead and then that value will be reflected in the control. Does that make sense? |
|
|
|
Re: web 8.2
Posted: 25 Aug 15 3:40 PM
|
How do you set the entity property? |
|
|
|
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!
|
|
|
|
|
|
|
|