Hi!
I'd like to retain the view selector on the subgrid when I'm applying a dataset custom control just so I can switch between my custom control and ootb subgrid. This should be possible because when I set the ootb subgrid as the default control and I switch to my PCF control thru the subgrid view selector, the whole command bar still remains.
Any advice on how I can make this to work?
Cheers!
hi,
For subgrid on form, you should get Commandbar/ViewSelector/QuickFindSearch/Jumpbar by free. Here is the way,
Suppose you have a data set control, its manifest xml node is like
<data-set name=”foo” >
.....
<data-set/>
Then all you need is to
1) Update manifest version
2) Update that node and add attribute cds-data-set-options=”displayCommandBar:true;displayViewSelector:true;displayquickfind:true”
It will look like
<data-set name=”foo” cds-data-set-options=”displayCommandBar:true;displayViewSelector:true;displayQuickFind:true”>
.....
<data-set/>
@AnqiChen Information for getting all these controls are very helpful, thanks a lot.
Is these information documented some where? Or will document?
I found these information in following link.
I am getting this after adding this line in dataset tag-
[pcf-1014] [Error] Manifest validation error: instance.manifest.control[0].data-set[0].$ additionalProperty "cds-data-set-options" exists in instance when not allowed
hi Sheldon,
1. May I see the full manifest?
2. Are you using CLI to import?
It might not compatible with CLI, but once the solution created, you could manually update it
Setting
hi @ScottDurow
We will follow up with associated team to enable this on HomepageGrid. Thanks for reporting!
Any news on this? Currently I have to expand the flex box to cover the viewselector and command bar which isn't ideal.
User | Count |
---|---|
2 | |
2 | |
2 | |
2 | |
1 |