Skip to main content
Question

Modern UI, Create large text box linked to grid

  • April 18, 2026
  • 2 replies
  • 20 views

First, I’m not even sure what I want here is possible, but seems like if it is this is the place.

I’ve got a completely custom form that shows information about a linked products record. I’d like to have a grid that lists the notes, but have an option for a split screen that shows the detail of one field (aka the content of the note) adjacent to it and is displaying the note content for the selected row.

Is this a possible thing? Desired content detail would display in the box with the arrow.

 

2 replies

Forum|alt.badge.img+8
  • Captain II
  • April 18, 2026

There is a splitter control that you might be able to use. It isn’t enabled in the project editor so you need to handle that via manual updates of the ASPX files

https://asiablog.acumatica.com/index.php/2018/05/split-container-in-browser/

https://stackoverflow.com/questions/53264209/how-to-get-split-container-inside-the-new-custom-tab-in-existing-sales-order-scr

But there’s also potentially this:

@darylbowman has a product offering that will make side panels respond to detail grid row changes. 

https://deftstrokesdev.com/index.php/products/detail-aware-side-panels/

 


darylbowman
Captain II
Forum|alt.badge.img+16

Thanks for the shout-out ​@Django