Datagrid control question (newbie)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there a selected items property or something like that on the datagrid
control.

I need to be able chck if there are multiple rows selected in our datagrid
control in the popup event of a cont3ect menu, and modify items on the menu...

Also, how do I retrieve all the selected rows?

thanks

Philip
 
Hi Tim,

I am facing some problems while working with datagird in my windows form.
I want my datagrid as readonly, but on certain condition I want to make it
as updatable. But a a time only one row should be updatable (like web form).
And after editing the data I should be able to save to changes to my database.
How can I achieve this.

Thank in advance.
Shailesh.
 
Hi Tim,

I also would like to know what is the best approached to save data in
database via datagrid.
 
Back
Top