KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
SmartGrid
★ 11
Open GitHub ↗
A smart PCF for model driven app subgrids
Download README (.md)
Explore Similar Repositories
codeigniter-smartgrid
:
A simple PHP datagrid control for CodeIgniter framework with Bootstrap
Exploring-Lightweight-Federated-Learning-for-load-forecasting
:
Federated Learning on Energy Dataset for load forecasting using clustering and sequential DNN methods
marl-smartgrid-pricing
:
A Multi-Agent Reinforcement Learning (MARL) based pricing and incentive strategy for demand response in smart grids.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SmartGrid
?
Download (.md)
# SmartGrid SmartGrid PCF control allows to create a new record directly from the subgrid without navigating to another screen. Steps 1. Import solution 2. Add control to subgrid 3. Give required parameters.  * Primary Lookup: Logical name of the lookup field for the relationship. for example contact subgrid in the account is "*parentcustomerid_account", * Primary Entity Set: entity set name of the current entity where the subgrid is added . This is to set the related lookup using web api, you can use Rest builder to get these parameter values correctly. for example if contact subgrid in account form is using parent customer relationship, to set the account lookup in contact following code is used var entity = {}; entity["parentcustomerid_account@odata.bind"] = "/accounts(xxxxx-xxxx-xxxx)";  Known bugs. * Does not support N:N * Validation for empty rows. * Does not support composite(customer lookups). * Poor CSS :) Planned enahancements * Inline editing. * Validation for mandatory fields If this helped you, consider supporting my PCF freebies [](https://paypal.me/nijojosephraju?locale.x=en_GB)