| | |
Data from datatable after datagrid sorting
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
I have a datatable (sqltable) and a datagrid (dgData)
if the user click the datagrid header the grid changes sort order
but when i try to get
or
the row returned is not the row selected in the datagrid
any ideas how to do this?
Thanks
if the user click the datagrid header the grid changes sort order
but when i try to get
VB.NET Syntax (Toggle Plain Text)
Dim Row As DataRow Row = sqlTable.Rows(dgData.CurrentCell.RowIndex)
VB.NET Syntax (Toggle Plain Text)
Dim Row As DataRow = sqlTable.Rows(e.RowIndex)
the row returned is not the row selected in the datagrid
any ideas how to do this?
Thanks
Thanks for the post but since the question was asked on Jun 15th, 2007 I have found an easy answer
Then Then I can use This has been the best and I have been using it for several months now.
Thanks
Peter
VB.NET Syntax (Toggle Plain Text)
Protected dvMyData as New DataView
VB.NET Syntax (Toggle Plain Text)
dvMyData.Table = MyDataTable dgData.DataSource = dvMyData
VB.NET Syntax (Toggle Plain Text)
dim Row as DataRow = dvMyData(dgDataGrid.CurrentRow.Index)
Thanks
Peter
![]() |
Similar Threads
- Datagrid to draw a table (C#)
- another one...selecing rows in datagrid and sorting with column headers (VB.NET)
- Paging in dataGrid (ASP.NET)
- Sorting in Python (Python)
- IListSource does not contain any data sources (ASP.NET)
- bubble sorting in an array (C)
- ASP.NET: Context.Items.Add question (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: scrollbar control that is changing its colour
- Next Thread: Format Number
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access arithmetic array assignment basic binary bing box button buttons center check code combobox component connectionstring convert cpu crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist editvb.net excel file-dialog firewall folder ftp google hardcopy image images isnumericfuntioncall login math memory mobile ms mssqlbackend mysql navigate net networking opacity output peertopeervideostreaming picturebox1 port print printpreview problemwithinstallation project record reports" reuse save savedialog searchbox serial soap storedprocedure string tcp temp text textbox timer toolbox trim updown useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf





