Grid Sharing

Hi,

Is their any way by which i can share the same excel file among multiple users. For example say i want to open same excel file located on a local computer throught two browser instance locally. Now i want to have a mechanism such that if i make any change in Excel Grid, it would automatically reflect on Excel open in second browser instance.

Regards

Ankit

Hi Ankit,

I think the grid control can not do this independently. You have to use this grid with some other .net technology just like File Watching and Application Communication, and use client-side javascript to get instant server messages.

Thank you.