Skip to main content
Solved

Multiple Line Details on Single Screen creates issue in Modern UI

  • December 12, 2025
  • 3 replies
  • 68 views

Hi Team,

We have implemented the functionality of the Line Details button across multiple tabs and grids in Classic UI, and it is working as expected there. However, in Modern UI, the button is not functioning.

Could anyone please help us resolve this issue?
An early response would be greatly appreciated.

Regards,
Subodh

 

Best answer by ssarda48

Hi ​@Marat43 ​@abhimanyuprajapati52 , 

Thanks for your replies however since I posted in the meantime, we fixed it. 

I am extremely sorry that I haven’t closed the topic, 

Thanks again.

 

 

3 replies

abhimanyuprajapati52
Jr Varsity I
Forum|alt.badge.img

@ssarda48 ,

Modern UI does not fully support all Classic UI customization patterns, especially if the Line Details button was implemented through ASPX-level changes or Classic-specific toolbar configuration. In Modern UI, actions need to be properly defined as PXAction in the graph and correctly bound to the grid.

I’d suggest checking a few things:

  • Is the Line Details button defined as a proper PXAction in the graph (with [PXButton] and [PXUIField] attributes)?

  • Is it correctly bound to the grid’s PrimaryView?

  • Was any Classic-only client-side script used as part of the implementation?

Modern UI doesn’t always execute buttons added using older UI patterns, especially if they were injected at the ASPX level.

If you’re able to share how the button was implemented (graph + UI configuration), that would help narrow it down further.


Forum|alt.badge.img
  • Jr Varsity I
  • February 5, 2026

Hi ​@ssarda48 ,

Could you please share more details about the issue and provide the relevant code?


  • Author
  • Jr Varsity II
  • Answer
  • February 10, 2026

Hi ​@Marat43 ​@abhimanyuprajapati52 , 

Thanks for your replies however since I posted in the meantime, we fixed it. 

I am extremely sorry that I haven’t closed the topic, 

Thanks again.