A new release of WebGrid is available from
http://www.webgrid.comFollowing changes are:
Grid object:'Datasource' property will now trigger warning as obsolete, and new recommended property is 'DatasourceID'
'SearchBoxPosition' property will now trigger warning as obsolete, and new recommended property is 'DisplayGridSearchBox'
'SQL' property is now public available, use this to write your own sql statements for WebGrid.
'Sentences' property collection is now public available, use this to customize system texts found in WebGrid.
Fixed a bug that crashed 'MasterGrid' property when used inside a usercontrol.
All columns:'Width' property will now trigger warning as obsolete, and new recommended property is 'WidthEditableColumn'
'Height' property will now trigger warning as obsolete, and new recommended property is 'HeightEditableColumn'
'ExternalDataSource' property is renamed as 'DataSourceID'.
Two additional properties for width behaviour is added: 'WidthColumnHeaderTitle' and 'WidthColumnTitle'
'WidthColumnHeaderTitle' property is automatically set in grid mode if 'WidthColumnHeaderTitle'is undefined and grid width is not percentage.
Foreignkey column object:Better error handling for foreignkeys.
'Datasource' property will now trigger warning as obsolete, and new recommended property is 'DatasourceID'
File object:Made FileNameColumn == columnID if IsInDataSource == false and FileNameColumn is undefined.
Olav Botterli, WebGrid Founding Developer