webstring grid in html template

I have a html template 

<SPAN
ID=?UniqueID?><TABLE></TABLE></SPAN>


drop a webstring grid or webdbgrid and assign the id to the elementid of the component On execution I am getting the following error

Uncaught TypeError: res.setAttribute is not a function
    at Object.RenderGrid (WEBLib.Grids.pas:1957)
    at Object.UpdateElement (WEBLib.Grids.pas:3211)
    at Object.EndUpdate (WEBLib.Controls.pas:2122)
    at Object.AfterLoadDFMValues (classes.pas:3904)
    at Object.LoadDFMValues (InpBiocide.pas:53)
    at Object.CreateNewForm (WEBLib.Forms.pas:2337)
    at Object.DoFormLoad (WEBLib.Forms.pas:2405)
    at XMLHttpRequest.cb (rtl.js:217)
1 Like

I have tested this here with v1.3.6.0 and I cannot see a problem.
I'd suggest to test with the latest release.