cancel
Showing results for 
Search instead for 
Did you mean: 

Grid object: Some questions.

Former Member
0 Kudos

Hi,

I was just testing the Grid object, and found some negative issue.

1 -It is only valid for viewing data. No data modification can be performed.

2 - The Grouping/Collapse functionallity only works OK with same nest levels. For example, a tree structure isn´t well solved.

3 - The Grouping/Collapse functionallity is not able to show values for an element that is not a leaf (f.e. data related to the root element will be shown after the first leaf)

4 - The Form Settings Menu is not avaiable for the Grid.

When I first heard about this control I thought "Finally what we were waiting for..." ().

But looks like is not. Yet.

I haven´t try the SP1. Is there any change in this control behavior?

I would like to ear your opinion about the Grid and Matrix objects.

I would like to know something from SAP people (Frank, Trinidad, Felipe...) about what is planned for near future about this controls.

Thanks in advance,

Ibai Peñ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I am using SP01 and I have been able to use the grid for updating data bound to a DataTable.

Former Member
0 Kudos

Hi Ben,

Are you sure that it was a Grid object and not a matrix object? If yes, could you share the code, please?

Thanks,

Ibai Peña

PS: Still waiting from SAP people words...

Message was edited by: Ibai Peña

Former Member
0 Kudos

Yes, I upgraded a Matrix control to a Grid control (bound to a DataTable) to improve performance and was still able to use the grid to update data as I had done with the matrix. It's part of a very large project so extracting the code for a sample is not easy. What happens when you try to make a grid with updatable data?

Former Member
0 Kudos

Ben,

Yo posted your solution on this forum a number of times how to load matrix data with XML, which I think was meant to improve performance. Matrixes have lots of better features than Grids and Grids have a huge number of problems. Why have you changed to Grid from Matrix?

Thanks, Miki

Former Member
0 Kudos

Hi Miklos,

I've changed to using grids rather than matrices mainly because of:

1. Speed

If you are showing a lot of data (more than 200 lines), then grids are significantly faster. Yes, matices do have a lot more features, but the speed advantage of the grid is critical, as users don't like waiting! You can code around most of the "features" of the grid, there is definitely more work involved but the big payoff is the reduction in time users spend waiting, resulting in much happier users.

Regards, Lita

Answers (1)

Answers (1)

former_member184566
Active Contributor
0 Kudos

Hi Ibai

I do agree with you. It is Nice from far but far from NICE.

I have had the same isuues you have explained. There are 3 extra issues i have found.

1 - Can't link to a UDO, not supported.

2 - If you use a query to populate the grid it does no numbering in the greyed out column.

3 - Like the matrix we can't change text or background colour on row level.

I would also like to hear from SAP people (Frank, Trinidad, Felipe...)

Thats my input