Yes, we created a pattern to be used instead of the basic grid pattern. And it works well. Trouble there is, that we spent a lot of time building it. I cannot give it away without any return on it. But some advise on it is possible.
So, you imported the CodeJock Report control as com package into your Plex model and attached it by a object reference field to your panel? To be able to add the contents of db fields to the columns, you first need to create the columns using the methods get_Columns (confusing enough in the Codejock documentation this object is treated as a property of ReportControl called Columns while Plex converts it to a methode called get_Columns) and its scoping Add method. This normal only has to be done once at initialisation time. Next you can actually load the grid by using the methods get_Records (in CJ documentation a property of ReportControl called Records), AddRecord and finally AddItem.
--
Peter