> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/text-wrapping-in-line-items-grid-in-printing.md).

# Text Wrapping in Line Items Grid in Printing?

**YouTube:** [How to Enable Text Wrapping in Line Items Grid for Document Printing?](https://www.youtube.com/watch?v=nC2pgjT--tY)

## How to Enable Text Wrapping in Line Items Grid for Document Printing?

In this tutorial, we’ll demonstrate how to **wrap text in the item grid** during printing in Logic ERP. This ensures that longer item names appear neatly across multiple lines instead of being cut off.

***

### Wrap Text in Multiple Printing Configuration

* Go to the Menu /Configuration and select **Sale Multiple Printing Configuration**.
* Select the **required series** and under **Print Options**, click on **Print Columns**.

<figure><img src="/files/leGefkgMlnITx5JBVx4i" alt=""><figcaption></figcaption></figure>

* A list of all available columns will appear. Tick the checkbox for the columns you want to display.
* To wrap text (for example, the **Item Name** column):
  * Scroll right and locate the option **Wrap Text (RTF Mode Only)**.
  * Tick the checkbox against the required column.

<figure><img src="/files/P1y2X6wGG00TgkFEEdkE" alt=""><figcaption></figcaption></figure>

* Save the configuration.
* Now return to the **Sale Bill Window** and open the **Print Preview**.

<figure><img src="/files/akDejG8p8Pl0Eh2v9Asl" alt=""><figcaption></figcaption></figure>

You’ll notice that longer item names are now **wrapped neatly** with remaining text displayed on the next line.

***

### Wrap Text in Designer Printing Format

* From the menu bar, Navigate to **Continuous Printing** and then select **Sales Bill Print Designer and Printing** Window.
* Select the **required configuration** and sales bill, then press **Refresh**.
* Open the **Design Window**.

<figure><img src="/files/9e8MwkAnUrtYZaHYbAQl" alt=""><figcaption></figcaption></figure>

* Click on the **Grid Table**.
* From the **Table Menu**, select **Edit Bound Table → Settings**.

<figure><img src="/files/jAUZN5cy0yizulhoaS8K" alt=""><figcaption></figcaption></figure>

* On the right-hand side, locate the **Properties Panel**.
* Under **Column Style Settings → Behavior Settings**, find the option **Wrap Text**.
  * By default, it is set to **False**.
  * Press the **Space Key** to change it to **True**.

<figure><img src="/files/npVJ2fkf3QJ05DKHgxWq" alt=""><figcaption></figcaption></figure>

* Save the settings.
* Open the **Preview** to confirm.

<figure><img src="/files/Ebs2FdAGJfuryTc42yUY" alt=""><figcaption></figcaption></figure>

The item name now **wraps correctly to the next line** in the designer printing format as well.

***

### Key Benefit

Enabling text wrapping ensures that:

* Long item names are always visible.
* Print layouts remain clean and professional.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/text-wrapping-in-line-items-grid-in-printing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
