Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Datagridview - Failed to get the value of a cell after to click on the titles to sort.

$
0
0

If the click occurs in the Column Header the RowIndex will be -1.

Try checking this before executing your statement:

          if e::RowIndex > -1

             set ws-protocolo to dataGridView1::Rows::Item(e::RowIndex)::Cells["Protocolo"]::Value::ToString()

          end-if


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>