VMware Cloud Community
TimDScott
Enthusiast
Enthusiast
Jump to solution

Custom form - Datagrid columns not in order

Hi All,

I have a custom form with a datagrid on it. It's source is an action running in vRO, configuration here:

pastedImage_0.png

When the custom form is used, I get this:

pastedImage_1.png

As you can see the column headers do not match the data, any ideas?

Thanks,

Tim.

1 Solution

Accepted Solutions
rwk1982
Enthusiast
Enthusiast
Jump to solution

Hello Tim!

Your Installation looks like to be 7.5? In 7.6 this issue seems to be fixed. We are on 7.4 and the suggestion from GSS: install latest Hotfix (7.4 -> https://kb.vmware.com/s/article/60310 and 7.5 -> https://kb.vmware.com/s/article/60310).

Robert

Drink coffee.. Do stupid things faster with more energy...

View solution in original post

Reply
0 Kudos
6 Replies
rwk1982
Enthusiast
Enthusiast
Jump to solution

Hello Tim!

Same Problem here... Tested with a more then simple DataGrid and Action:

val2return = []

val2return.push({"id" : 1, "name" : "one"})
val2return.push({"id" : 2, "name" : "two"})
val2return.push({"id" : 3, "name" : "three"})

return val2return

pastedImage_1.png

It looks like a rendering Issue - if I edit a row the values are ok:

pastedImage_9.png

I'm curious what GSS will say to this Smiley Happy

Robert

Drink coffee.. Do stupid things faster with more energy...
Reply
0 Kudos
rwk1982
Enthusiast
Enthusiast
Jump to solution

Hello Tim!

Your Installation looks like to be 7.5? In 7.6 this issue seems to be fixed. We are on 7.4 and the suggestion from GSS: install latest Hotfix (7.4 -> https://kb.vmware.com/s/article/60310 and 7.5 -> https://kb.vmware.com/s/article/60310).

Robert

Drink coffee.. Do stupid things faster with more energy...
Reply
0 Kudos
TimDScott
Enthusiast
Enthusiast
Jump to solution

Hi Robert,

That's great, thanks for the info! (yes I am using 7.5).

Tim.

Reply
0 Kudos
daphnissov
Immortal
Immortal
Jump to solution

Also, just to let you guys know (and others who would read this thread), the data grid is and has been since 7.4, a big hot mess. Lots and lots of stuff are jacked with it, this just being one example. So if you find other "oddities" with it, they're probably known issues.

rwk1982
Enthusiast
Enthusiast
Jump to solution

...a big hot mess. Lots and lots of stuff are jacked with it, this just being one example.

The understatement of the decade Smiley Wink

Drink coffee.. Do stupid things faster with more energy...
daphnissov
Immortal
Immortal
Jump to solution

It's got great potential and power, but it's been so hosed that, honestly, it should have never been included in 7.4.

Reply
0 Kudos