Unplanned
Last Updated: 06 Mar 2022 16:44 by ADMIN
Tim Romano
Created on: 21 May 2020 19:15
Category: UI for Blazor
Type: Feature Request
31
PropertyGrid Property Grid (vertical oriented grid with cell labels in column 1)

I would like a Blazor PropertyGrid with

 

-- that could be bound to an instance of a custom Type that implemented INotifyPropertyChanged

-- with expandable/collapsible sections with the ability to prevent a  user from expanding a collapsed section (e.g. the user lacks privileges to see that section's data)

-- would keep track of its UI state including collapsed sections (similar to the excellent implementation in Telerik's  Blazor Grid)

-- that would allow the use of all Telerik Blazor editors as cell-value editors

I am interested in using this component primarily as a data-entry UX in a data-entry-intensive line-of-business application.  Such a grid offers standard navigation on all data-entry screens in the application, eliminating tab-order, thereby greatly simplifying the end-user experience. The expanding/collapsing sections make it very economical in its use of screen real-estate. I have used such a component (from a competitor of Telerik) in a WinForms application with excellent results. 

 

 

5 comments
ADMIN
Marin Bratanov
Posted on: 06 Mar 2022 16:44

Hi all,

The Form component can somewhat help if you are looking for editing, thanks to Philip for the hint in the duplicated thred.

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Fairoz
Posted on: 03 Dec 2020 03:02

Hi,

Yes.. this would be indeed very useful. This would speed up migration from WinForms to Balzor much much faster and cleaner. No need of handling messy html tags.

Hope this gets a nod from the developers.

ADMIN
Marin Bratanov
Posted on: 08 Oct 2020 08:37

Hi Michael,

In case you decide to make your own, the following information may be helpful to you:

 

Regards,
Marin Bratanov
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Michael
Posted on: 07 Oct 2020 22:41
Or... If it isn't too difficult to just RYO based on the Telerik Blazor family. Challenging points are, sufficient coverage for most data types, combos for enumerated values, allowing for, potentially, custom value editors, etc.
Michael
Posted on: 07 Oct 2020 14:27
I think it would be a great addition as well. I have a couple of instances where I could use such a thing even now.