Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gordon Saxby 1465 posts 1887 karma points
    Nov 07, 2012 @ 13:21
    Gordon Saxby
    0

    Loop through DataGridType items with c#

    I need to read through the items of a DataTypeGrid in C# but can't get it to work. I have tried searching for sample code but can't find any.

    Anyone have some sample code?

  • Sherry Ann Hernandez 320 posts 344 karma points
    Dec 22, 2012 @ 14:08
    Sherry Ann Hernandez
    0

    I need this too. Can anybody give idea.

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jan 05, 2013 @ 10:56
    Ove Andersen
    0

    The sample is outdated (will fix this soon, i promise)
    http://ucomponents.codeplex.com/wikipage?title=DataTypeGridRazorSamples&referringTitle=MultipleDataTypeContainer

    The data is stored as a List<uComponents.Core.DataTypes.DataTypeGrid.Model.StoredValueRow> object, you can loop through it with LINQ.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies