Custom div/widget on top of grid

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
sbham
User
Posts: 5

Custom div/widget on top of grid

Post by sbham »

Hey there,

I have a requirement to add a few "count" widget/cards that summarize/aggregate fields related to the in-context entity in the list page.
something like https://adminlte.io/themes/v3/pages/widgets.html

I am seeking advice on best way to go about it. So far my thinking is: on page_datarendeirng I can execute a query to get a summary/count number.
however I am not sure what is the best way to add a new div with a custom element and ...

any advice/opinion/sample-code are welcome

TY


MichaelG
User
Posts: 1110

Post by MichaelG »

See the Page_DataRendering server event example.


Post Reply