I worked most of the time web, but this time i started to make a change in a windows program.
I am working with studio 19.0.

I have a view where the user have to fill in 3 text-forms, and the click a button to start a function to fill a CJGrid.
The user can then select rows and ask for more information.

Problem is: Whatever i do, I cannt get values of the selected rows.

I tried:
  • cCJGrid
    • ask with GetIndexesForSelectedRows

  • cCJGridPromptList
    • ask with Get SelectedColumnValues
    • ask with Get SelectedRowIds
    • ask with GetIndexesForSelectedRows

All these funtions give no selected rows back. When I debug and jump into the Get SelectedColumnValues function.
The code had the correct Grid, and correct collumn. But still no selected rows...

Can someone help me? I dont know what I am doing wrong.