3 grids screen

Hi,
We are using databoundgrid. We need a grid as shown below. Could you please send some sample code if available.
The lower LHS part of grid is scrollable and so is the RHS part. On scrolling RHS grid, the upper grid should also scroll. On scrolling the lower RHS grid, lower LHS grid should also scroll accordingly.





3 Grid screen.zip

3 Replies

HA haneefm Syncfusion Team July 6, 2007 05:36 PM UTC

Hi Anand,

On the main grid, handle the TopRowChanged and LeftColChanged events. In those event handlers, appropriately set the LeftColIndex and TopRowIndex on the other grids. You also need to hide the appropriate scrollbars on the other grids.

Below is a sample that shows this task.
SyncScrollBar.zip

Let me know if this helps.

Best regards,
Haneef


AN Anand July 13, 2007 10:38 AM UTC

Thanks a lot Haneef.
Could you please let me know which property I need to set for gridgrouping control as my top grid is grouping grid and lowe one is databound grid.


HA haneefm Syncfusion Team July 13, 2007 06:39 PM UTC

Hi Anand,

You can use the Dock or Anchor property to resolve this.

Working with Anchoring and Docking Properties

Best regards,
Haneef

Loader.
Up arrow icon