This question is locked. New answers and comments are not allowed.
Hello,
I'm having major issues using the MVC Grid control. Our data comes from an XML stream, and we're serializing it into a class, into properties. Part of this data needs to be displayed in a grid so we can add/edit/delete rows. The problem is that I can't see any way to get the data from my class's properties into the grid. Can anyone give me an example (in VB.NET please) on how to get the data from a partial class into the MVC Grid? I've looked at all the samples and none of them use a class as the data source. Is this even possible? It should be; the main part of our data is just being displayed in text boxes and that works fine, but for the data we're dealing with (rows of details within the main record), I can't figure it out. I have no code snippets to post because I can't even get the sample MVC Grid code to run without crashing in my project.
TIA,
Nat
I'm having major issues using the MVC Grid control. Our data comes from an XML stream, and we're serializing it into a class, into properties. Part of this data needs to be displayed in a grid so we can add/edit/delete rows. The problem is that I can't see any way to get the data from my class's properties into the grid. Can anyone give me an example (in VB.NET please) on how to get the data from a partial class into the MVC Grid? I've looked at all the samples and none of them use a class as the data source. Is this even possible? It should be; the main part of our data is just being displayed in text boxes and that works fine, but for the data we're dealing with (rows of details within the main record), I can't figure it out. I have no code snippets to post because I can't even get the sample MVC Grid code to run without crashing in my project.
TIA,
Nat