Sorry, Dheeraj, but I don't understand your question about the mouse.
In terms of filling a grid, you can grab the values of individual cells in the attribute table via sf.Table.get_CellValue, then place them in a grid. Since the attribute table is essentially a dBase table you can also retrieve data using a foxpro or dBase driver via sql select statements into a DataReader or DataTable, then either populate the grid by hand or bind to the DT. Under no circumstances would you ever want to do any inserts or deletes using this method, however,
Don
In terms of filling a grid, you can grab the values of individual cells in the attribute table via sf.Table.get_CellValue, then place them in a grid. Since the attribute table is essentially a dBase table you can also retrieve data using a foxpro or dBase driver via sql select statements into a DataReader or DataTable, then either populate the grid by hand or bind to the DT. Under no circumstances would you ever want to do any inserts or deletes using this method, however,
Don