How To Add Buttons Refresh Add Row Delete Row Fit To Screen In Grid Of Acumatica

How to add buttons Refresh Add Row, Delete Row, Fit To Screen in Grid of Acumatica

Hello everybody,

Imagine that you crated in your page Grid, and when opened it at page can't notice buttons Refresh Add Row, Delete Row, Fit To Screen in Grid. I believe it can be puzzling how to add those buttons to screen as it was for me at once.  Add to your grid following line:

 SkinID="Details"

For example it can look like this:

<px:PXGrid ID="PXGrid1" runat="server" DataSourceID="ds" TabIndex="-8036" AdjustPageSize="Auto" AllowPaging="True" Height="200px" Width="100%" SkinID="Details" KeepPosition="True" MatrixMode="True"  SyncPosition="True">

If you add those attributes, you'll see those buttons.

No Comments

Add a Comment
Comments are closed