Ideas site for PCF Gallery, submit here your idea for a new PCF control. Check the new Store!

+1

Merge 2 images into 1 image file. (example: for adding filters to pictures)

Tanner Kotsopoulos 6 years ago 0

Lay an image on top of another image, and then combine the 2 images into 1 image output.

+1

datepicker restrict future dates

Alex 6 years ago updated by Konstantin Rubinov 5 years ago 13

It would be good to have a control where it allows to restrict past or future dates in datepicker!

Answer
Guido Preite 6 years ago

regarding Dates there is this control https://pcf.gallery/date-range-control/ maybe you can contact the author on GitHub and check if he can implement the functionality you need

+1

MultiSelectOptionSet

Michal 6 years ago updated by Harinarayanan Kumar 6 years ago 1

Would it be possible to create custom control for MultiSelectOptionSet? Something like the existing one for standard optionset, but we would need it for multiselect.

+1

SharePoint Documents Tab : folders / subfolders Tree view

eeid7 7 years ago 0

In the SharePoint Documents Tab, see all folders and sub-folders in a hierarchical "tree" view, instead of first having to click in a folder to then be able to see its subfolders, but see everything at once toggled down.

0

Copy and paste grid for child records

Dan 1 month ago 0

It would be cool to have an interactive subgrid that you can copy and paste directly in to rather than entering each child record like a form. Some cases the user already has the bulk information and they need a practical way to provide it. It will need to hook up to a view and follow validation of the columns on each row. Ie 100 rows are pasted but validation runs on each column until all columns are satisfied then it moves on to row 2 etc…

0

API call to a Rest endpoint with a text field as criteria - returns results as a selectable grid

Lucky 2 months ago 0

Part of the lead validation process requires a user to leave the platform to find account data to validate an account before qualification.  I would like the ability to have the user run the query to an api endpoint and select a record withput leaving the platform and make it more seamless

0

SSRS report to pdf

Renia 2 months ago 0

The ability to export through a ribbon button an SSRS control for a specific entity to pdf

0

The Ability to set the background or boarder color to a Section

Al Ball 3 months ago 0

I have a client that wants to set the background or boarder colour on sections to show when it's completed or missing a key filed response.  For example, if the minimum fields are completed then set the color to orange or green if all fields are completed.

0
Completed

QR Code with styling options

Marie 4 months ago updated 4 months ago 2

Please implement an qr code with styling options (e.g. like GitHub - kozakdenys/qr-code-styling: Automaticly generate your styled QR code in your web app.), so you can style the shapes and add an image to the qr code. 

Thanks!

Answer
Guido Preite 4 months ago

Hi, a PCF using that library has been published https://pcf.gallery/qr-code-styling-scanner

0

Control for subgrid with child items

mit_t_porter 5 months ago updated by anonymous 5 months ago 0

Hi there, would it be possible to have a subgrid component that has child items


Is it possible to have a sub grid that also shows child items for record, where both the record and its child items share the same parent/lookup?



An example:

Table Relationships:

  • Course 1:n Enrollment
  • Student 1:n Enrollment
  • Student 1:n Checks

On a form for Course, there would be a subgrid of Enrolments, with Checks as child items (noting that Enrolments and Checks both have a lookup to the same Student, so the child items should only show the Checks for the Student for that Enrolment)