ThinkGeo.com    |     Documentation    |     Premium Support

Columns to gridview

Hi


I seem to have problem putting the columns into the gridview as in your example (it works there). When I try to do in on my own page the grid never gets populated, although the data tabel shows 78 rows in the debug mode.


what am I missing?


 



 Map1.CurrentExtent = plumeLayer.GetBoundingBox()
            Dim allColumns As Collection(Of FeatureSourceColumn) = plumeLayer.QueryTools.GetColumns()
            Dim dt As DataTable
            dt = GetDataTableFromFeatureSourceColumns(allColumns)
            GridView1.DataSource = dt.DefaultView
            GridView1.DataBind()



Jakub, 
  
 Could you paste your GetDataTableFromFeatureSourceColumns method or all the related method? Here is no problem as I see. 
  
 As I guess, your DataTable misses the defination of the data columns. 
  
 Any questions please let me know. 
  
 Thanks, 
 Howard