When a column contains fields with null values there's a break in the row as shown below. I have a screen capture I can email you if you'd like to see it as it's a bit difficult to describe in words.
Also, what capabilities should we have with this CTP version of the grid? There's no Quick Design that I can find and trying to edit columns manually through the Properties doesn't seem to work either.
Zack:
You should be able to attach the image to a forum post.
The CTP should include new editing capabilities which the last CTP did not have such as the ability to update and delete data. As far as the design-time capabilities, we know there is work to do there, but we are mostly focusing on getting the basic grid features working right now. Feel free to report anything you see to the forums though and we will work on fixing the issues.
Devin
Devin Rader"]You should be able to attach the image to a forum post.
That's what I thought. The only option I see is "Insert/Edit Image" which asks for an Image URL. I'm going to throw the image on one of our testing servers and see if I can get it to show up in this message.....
While the method of linking to an external server works it would be nice to be able to just upload it as an attachment to the post.
It certainly could be a CSS issue. The Aikido control automatically use Application Styling, which is the reason they prompt you to set the default style. When you drop the control onto a webform, the control checks to see if an AppStyling Style has already been set for the project (which is the bit of config you posted), and if not it will show you a prompt telling you its going to copy the default style into your project. After it does this, there should be a folder called ig_res/Default/ in your project that contains all of the CSS files needed by the control. You may have to hit the "Show All Files" option in the Solution explorer to see the new folders.
Devin,
I had some time to look into this more this morning. I think there's a couple of issues going on. I tweaked the ig_DataGrid.css file as follows:
tbody.igg_Item tr td
{
/*border-top:solid 1px #D8D8D8;*/
padding:5px 8px 5px 8px;
vertical-align:middle;
}
tbody tr.igg_Alt td
Which gives me a solid border around all cells in the DataGrid. This is working fine where there is data. In my case where I have NULL values being returned in the datatable that particular column is being generated as "<td />" in the DataGrid. Would it be possible to have the DataGrid generate empty columns as <td> </td> instead?
Hi Zack,
Thanks for bringing this to our attention. Will fix in the next CTP.
Has this been fixed in 9.2. I still have the issue of styles on blank cells not displaying in IE8.
Has any progress been made on this or is there a work around? I'm seeing this too with the 9.2 w/ latest SP and IE 8.
Thanks,
Arthur
Have you also updated the css files in the ig_res directory of your application?