Hello,
It looks like I am getting error: "Cannot interpret token '{' at position 7" because the SQLDataSource I am binding the WebDataGrid to is being filtered by a control (dropdownbox). The FilterExpresion of the SQLDataSource is set to: "MyFieldName = {0}". Once I delete the filter expression the error no longer somes up. The problem is I need to filter the SQLDataSource whenever this dropdownbox changes its Selected Value. any suggestions on how I can do that? Will the filter have to be through the WebDataGrid?