Hi all,
I am using sample of (Grid - Client Edit with Batch Server Update)
Only different is I use DataTable to bind the grid instance of using asp:SqlDataSource.
I am using sample of (Grid - Client Edit with Batch Server Update)
Only different is I use DataTable to bind the grid instance of using asp:SqlDataSource.
Dim objGetBillDoc As New XEFM.FmAcWoTransaction
Dim ds As New DataSet
ds = objGetBillDoc.GetBillingDocument(StrBillNo, strDocType, strTransporttype, strTradeType)
RadGrid1.DataSource = ds.Tables("BillingDocumentDetail")
RadGrid1.DataBind()Problem is, When I click the header to sort, RadGrid1 is disapper.
Any suggestion which code need to be bind for sorting.