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:
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
Devin,
This just popped into mind. I wonder if it's a CSS issue. When I first placed the WebGrid on the form I was prompted to set a default style which resulted in the following line being added to my web.config file:
<infragistics.web styleSetName="Default" styleSetPath="~/ig_res" />
Are you using the default style?
We are doing things a bit differently. In my case I have a class that returns a datatable and I'm binding the grid to that datatable. This morning I tried to bind a grid to an XML datasource and received an error that XML datasource is not supported :(.
I'll put together a test project that demonstrates the issues I'm seeing and will email it to you later this morning.
I am not able to reproduce this one. Can you send a sample, or provide a bit more detail on when you see the problem? To try to reproduce, I am using the ObjectDataProvider connected to a generic collection object that includes a nullable DateTime property. Some of the members of the collection have real DateTime values, others have null values.
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.