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.
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
Sam Long wrote:
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.
Hello Sam,
Are you using a forge component?If you are not you can limit the line count to 250 records.
Jorge Rodrigues
Jorge Rodrigues wrote:
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
yeah..... i already followed that