Hi!

I do load a cWebGrid manually, and what i want to do is to fill a cWebSuggestionForm with data when filling the grid to search for specific values.
How ever since the part of the code requires a "Property string[] pid" i can not use a web-property.

If i do not use a web-property the values becomes random in live production.

I need to populate the cWebSuggestionForm with an ID and a displayvalue depending on the data populated in the grid

So when the user searches for that data i want to jump to that row in the grid.

Any suggestions on how to do this?