Search results for query: *

  • Users: asjad
  • Order by date
  1. A

    Data Grid Dynamic Binding Problem.

    Hi Paszt, Here is the code snippet to bind the dataGrid with dataTable. ------------------------------------------- Private Sub DrawSizeGrid() Dim i As Integer = 0 Dim strSizeHead As String If dsSalesOrderSizes.Tables("dtSalesOrderLotSizeConfig").Rows.Count = 0 Then grdSizes.Enabled =...
  2. A

    Data Grid Dynamic Binding Problem.

    When I dynamically bind the datagrid (in VB.Net) with dataTable, I can see all columns of dataTable. When I clear the dataBinding and re-bind with altered dataTable it still show the old number of columns. For instance, if the gird was initially bound with 2 columns, it still show 2 columns even...
Back
Top