| | |
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 2008 access add arithmetic array assignment basic binary box button buttons center click code combobox component connectionstring convert cpu data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall folder image images isnumericfuntioncall listview login math memory mobile module ms msaccess mssqlbackend mysql navigate net opacity pan peertopeervideostreaming picturebox picturebox1 plugin port print printpreview problemwithinstallation project record regex reports" reuse right-to-left save savedialog serial server sorting sql sqldatbase storedprocedure string temp textbox timer updown upload useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf xml





