Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Seelcting more than one row in a DataGrid
 

Seelcting more than one row in a DataGrid

Hi

    We should be able to select more than one row in a datagrid and then ask the user for confirmation on if they want to delete these rows. Is there any sample code which does this or can any one give me pointers on how to do this ?

Thxs,

 MGal.
Mgal  Monday, November 28, 2005 9:38 PM

Check out the DataGrid SyncFusion FAQ http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.  

 

Check out question 5.58 for a start "How can I put up a confirmation question when the user tries to delete a row in the datagrid by clicking on the row header and pressing the Delete key?"

 

-mark
Program Manager
Microsoft
This post is provided "as-is"

Mark Rideout  Wednesday, November 30, 2005 8:37 PM
BTW this is for .net framework v1.1. We do not have the option of going to 2.0 right now.

Thxs,

Mgal.
Mgal  Monday, November 28, 2005 9:56 PM

Check out the DataGrid SyncFusion FAQ http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.  

 

Check out question 5.58 for a start "How can I put up a confirmation question when the user tries to delete a row in the datagrid by clicking on the row header and pressing the Delete key?"

 

-mark
Program Manager
Microsoft
This post is provided "as-is"

Mark Rideout  Wednesday, November 30, 2005 8:37 PM

You can use google to search for other answers

Custom Search

More Threads

• Window.Form.ListBox and data peresntation
• populate Listview with database
• trackbar databinding
• Is it possible to add a checkbox for every column???
• adding list box to combo box
• How to bind a control to another control on another form.
• DataGridView ComboBox row as DropDown, NOT DropDownList
• HOW TO CHANGE VALUES IN A ROW WHEN SPECIFIC COLUMN IS CLICKED IN DATAGRIDVIEW
• DateTimePicker bind to DataGridView Issues On Displaying Blank Date
• How can i select disnontinuous row ranges in a datagrid??