Awesome library! My jaw dropped the first time I saw it. I just hope it can do everything that I need it to do.
First issue. I'm loading a dataset. I have one table in that dataset. I'm giving the datatable to a datagridview. As soon as I set the datagridview.datasource, I get an exception: "At least one of the provided cells is null.". I have null values which is to be expected in data coming from a database. Does your datagridview support null values?
I read that Visual WebGUI is open source. Where do I get access to the code to debug deeper into the datagridview?
Exception Stack:
" at Gizmox.WebGUI.Forms.DataGridViewCellCollection.AddRange(DataGridViewCell[] dataGridViewCells)\r\n at Gizmox.WebGUI.Forms.DataGridView.CompleteCellsCollection(DataGridViewRow dataGridViewRow)\r\n at Gizmox.WebGUI.Forms.DataGridView.get_RowTemplateClone()\r\n at Gizmox.WebGUI.Forms.DataGridView.RefreshRows(Boolean scrollIntoView)\r\n at Gizmox.WebGUI.Forms.DataGridView.RefreshColumnsAndRows()\r\n at Gizmox.WebGUI.Forms.DataGridView.OnBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnParentBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnParentBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnParentBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnParentBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.OnBindingContextChanged(EventArgs e)\r\n at Gizmox.WebGUI.Forms.Control.a(BindingContext A_0)\r\n at Gizmox.WebGUI.Forms.Control.set_BindingContext(BindingContext value)\r\n at Gizmox.WebGUI.Forms.ContainerControl.set_BindingContext(BindingContext value)\r\n at Gizmox.WebGUI.Forms.ContainerControl.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.Control.p()\r\n at Gizmox.WebGUI.Forms.Control.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.Control.p()\r\n at Gizmox.WebGUI.Forms.Control.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.Control.p()\r\n at Gizmox.WebGUI.Forms.Control.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.ContainerControl.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.Control.p()\r\n at Gizmox.WebGUI.Forms.Control.get_BindingContext()\r\n at Gizmox.WebGUI.Forms.DataGridView.DataGridViewDataConnection.SetDataConnection(Object dataSource,