Multi-row select for Grid control: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This code demonstrates how to select multiple rows in a Grid. The code will work no matter how many columns. The object of this code is to allow the user to use the SHIFT+RCLICK or CTRL+RCLICK key to select multiple rows just like a spreadsheet program. Paste this code into a test view to test it and see how it works. Once compiled, you will see a narrow column on the left that acts as a margin. Clicking this gray cell will highlight the row. Using SHIFT or CTRL and clicking another gray cell will select multiple rows.
== Functionality ==
This code demonstrates how to select multiple rows in a Grid. The code will work no matter how many columns. The object of this code is to allow the user to use the SHIFT+RCLICK or CTRL+RCLICK key to select multiple rows just like a spreadsheet program.  


== Example ==
Paste this code into a test view to test it and see how it works. Once compiled, you will see a narrow column on the left that acts as a margin. Clicking this gray cell will highlight the row. Using SHIFT or CTRL and clicking another gray cell will select multiple rows.


   Object oGrid1 is a Grid
   Object oGrid1 is a Grid
Line 149: Line 152:
     End_Procedure // OnClick
     End_Procedure // OnClick
   End_Object // oButton1
   End_Object // oButton1
[[Category: Visual Dataflex]]
32

edits