I went through the ASP.NET cell merge example, but it does not show how to actualy select multiple cells across rows/columns. I just want to be able to place the mouse on a cell, say located somewhere in upper left corner, then click the mouse, drag down and to the right, now I should have a rectangluar that migh have a block of cells, say 3 accros and 4 down, that is total of 12 selected cells.
The example shows how to allow cell select (single/extended) and how to retrieve the position of the selected cells but does not show actualy how to perform the selection.
Thanks
I am having a similar problem. Any Luck in finding the solution for the above problem. If so , please share it on the forum. Thanks.
Hello,
Well actually we have a good online example demonstrating this here. Clicking the left mous button and holding it down then moving the mouse will select any number of cells on different rows depending on the rectangle the end users makes with the mouse. You can see the setting on the grid and the respective options you need in the code tabs above the example.