AD
Administrator
Syncfusion Team
October 12, 2005 04:10 PM UTC
Using the dropdowngrid sample code, it is not possible to have 2 grids dropped at once. The reason is that you can only have one currentcell in a grid, and the cell has to be current to have a dropped grid.
Now you could have a cell with a button that pops up a modelless toplevel form that could host a grid that would stay visible as you move to another cell in the grid. But this would be something different than the code used in the dropdowngrid sample.
NJ
Najmeh Joze-khajavi
October 12, 2005 05:30 PM UTC
Ok. Thanks. I think I know what you are talking about. There is another sample code called ...\Syncfusion\Essential Suite\3.0.1.6\Windows\Grid.Windows\Samples\In Depth\DropDownFormAndUserControlSample. This way I can see all my 25 grids at once. Thank you.