Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8512733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:21:47+00:00 2026-06-11T04:21:47+00:00

I am looking for an example/tutorial or a guide to implementing Wijmo Grid. I

  • 0

I am looking for an example/tutorial or a guide to implementing Wijmo Grid.

I am looking to implement this in ASP.NET MVC 3. I will be passing dynamic data from my action.

Please can some one help me out on this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:21:49+00:00Added an answer on June 11, 2026 at 4:21 am

    Here is what I did with help from @Darin Dimmitrov

    public ActionResult Index()
    {
        var entity = new BloggingEngineDBEntities();
        var result = entity.Users.ToList();
    
        var model = new MyViewModel();
    
        var objArray = new object[result.Count];
        int counter = 0;
    
        foreach (var item in result)
        {
            objArray[counter] = new object[]
                                    {
                                        item.UserName,
                                        item.Password,
                                        item.DisplayName,
                                        item.Email,
                                        item.AllowNotifications,
                                        item.ImageFilePath
                                    };
            counter++;
        }
    
        model.Rows = objArray;
    
        return View(model);
    }
    

    and it works :), hope someone finds this useful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was looking at this article and am struggling to follow the VB.NET example
I am looking for a tutorial or example code that will help me understand
I'm looking for a good example project/tutorial that show the Kiwi testing framework in
I'm looking for an article or tutorial that gives an example of what an
I've been looking for a while to find a good tutorial with code example
Looking for an example or documentation links as to how to implement a method
I've been looking at the code in this tutorial , and I found that
looking at the example of Core Data and UITableView within the Apple developer guide,
I'm looking for a tutorial / example to use ImageMagick lib for iphone You
I'm looking for a PHP tutorial or example of how to set up a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.