I'm working with Webcore. I have an HTML template with a WebDataGrid that I want to bind to with Webcore. The problem is that when I right-click on the Binding control, the ID appears to link it to the component. However, when I fill out the WebDataGrid, it doesn't appear on the page. How can I fix this? Has anyone done something like this? Thanks.
TWebDataGrid is a complex control rendered through a JS lib.
It might be easier to drop the TWebDataGrid on a TWebHTMLDiv on the form and bind this TWebHTMLDiv to a DIV in your HTML template.