259
Views
6
Comments
Solved
Data Grid - Maximum Number of Columns
Question

Hi All,


I am just implementing the Data Grid component for the first time to help display a complex table made up of 250 columns*. For some reason the Data Grid is only showing 49 columns of the 250 columns. I have the property AutoGenerateColumns set to True.

Is this a limitation of Data Grid?


*In case you are thinking what the heck is he doing having a table containing 250 columns/attributes, unfortunately this is a industry standard format that I need to conform with.

2022-01-10 17-40-49
Sam Long
Solution

Gabriel Cardoso wrote:

Hi, 

I was not able to replicate your problem, could you share your oml.

In the oml I'm attaching, I was able to get ~200 columns.

Gabriel

Hi Gabriel, in the end I decided to manually insert and reference every column which worked perfectly.

Thanks


Sam

2019-12-06 08-26-53
Jorge Rodrigues

Sam Long wrote:

Hi All,


I am just implementing the Data Grid component for the first time to help display a complex table made up of 250 columns*. For some reason the Data Grid is only showing 49 of the 250. 

Is this a limitation of Data Grid?


*In case you are thinking what the heck is he doing having a table containing 250 columns/attributes, unfortunately this is a industry standard format that I need to conform with.


Hello Sam,


Are you using a forge component?If you are not you can limit the line count to 250 records.

Jorge Rodrigues


2022-01-10 17-40-49
Sam Long

Jorge Rodrigues wrote:

Sam Long wrote:

Hi All,


I am just implementing the Data Grid component for the first time to help display a complex table made up of 250 columns*. For some reason the Data Grid is only showing 49 of the 250. 

Is this a limitation of Data Grid?


*In case you are thinking what the heck is he doing having a table containing 250 columns/attributes, unfortunately this is a industry standard format that I need to conform with.


Hello Sam,


Are you using a forge component?If you are not you can limit the line count to 250 records.

Jorge Rodrigues


Hey Jorge

I am using the forge Data Grid Component (https://www.outsystems.com/forge/component-discussions/5554/Data+Grid)

To clarify I don't want to limit records. The component seems to be limiting the number of columns which are being rendered within the table. 


2019-12-06 08-26-53
Jorge Rodrigues

Sam Long wrote:

Jorge Rodrigues wrote:

Sam Long wrote:

Hi All,


I am just implementing the Data Grid component for the first time to help display a complex table made up of 250 columns*. For some reason the Data Grid is only showing 49 of the 250. 

Is this a limitation of Data Grid?


*In case you are thinking what the heck is he doing having a table containing 250 columns/attributes, unfortunately this is a industry standard format that I need to conform with.


Hello Sam,


Are you using a forge component?If you are not you can limit the line count to 250 records.

Jorge Rodrigues


Hey Jorge

I am using the forge Data Grid Component (https://www.outsystems.com/forge/component-discussions/5554/Data+Grid)

To clarify I don't want to limit records. The component seems to be limiting the number of columns which are being rendered within the table. 




Você pode dar uma olhada neste link: https://success.outsystems.com/Documentation/Development_FAQs/How_to_use_Data_Grid


Jorge Rodrigues


2022-01-10 17-40-49
Sam Long

Jorge Rodrigues wrote:

Sam Long wrote:

Jorge Rodrigues wrote:

Sam Long wrote:

Hi All,


I am just implementing the Data Grid component for the first time to help display a complex table made up of 250 columns*. For some reason the Data Grid is only showing 49 of the 250. 

Is this a limitation of Data Grid?


*In case you are thinking what the heck is he doing having a table containing 250 columns/attributes, unfortunately this is a industry standard format that I need to conform with.


Hello Sam,


Are you using a forge component?If you are not you can limit the line count to 250 records.

Jorge Rodrigues


Hey Jorge

I am using the forge Data Grid Component (https://www.outsystems.com/forge/component-discussions/5554/Data+Grid)

To clarify I don't want to limit records. The component seems to be limiting the number of columns which are being rendered within the table. 




Você pode dar uma olhada neste link: https://success.outsystems.com/Documentation/Development_FAQs/How_to_use_Data_Grid


Jorge Rodrigues


yeah..... i already followed that

UserImage.jpg
Gabriel Cardoso

Hi, 

I was not able to replicate your problem, could you share your oml.

In the oml I'm attaching, I was able to get ~200 columns.

Gabriel

DataGridSandbox.oml
2022-01-10 17-40-49
Sam Long
Solution

Gabriel Cardoso wrote:

Hi, 

I was not able to replicate your problem, could you share your oml.

In the oml I'm attaching, I was able to get ~200 columns.

Gabriel

Hi Gabriel, in the end I decided to manually insert and reference every column which worked perfectly.

Thanks


Sam

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.