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

  • SEARCH
  • Home
  • 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 159335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:50:26+00:00 2026-05-11T10:50:26+00:00

Do you typically use the designer or do everything in the ASPX? Are the

  • 0

Do you typically use the designer or do everything in the ASPX?

Are the resources you’ve found particularly helpful to come up to speed quickly on how to use this control? I’ve noticed the intellisense comments for this control are minimal.

I’m continuing to browse the documentation on Telerik’s web site, I’m wondering if there are any quicker — ‘How to bind a dataset and customize the grid using templates in 15 seconds’ type of article. Trying to reduce my learning curve for using this control.

  • 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. 2026-05-11T10:50:27+00:00Added an answer on May 11, 2026 at 10:50 am

    We recently started using RADGrid on my team. We have found their LiveExamples to be very informative. The biggest part of easing use of RADGrid is not the grid itself but in how the data is populated. If you simply want to test the layout of the grid initially then you can use any collection that implements IEnumerable (and a couple of others) as the datasource.

    void RadGrid1_NeedDataSource(object sender, EventArgs e) {     List<Stuff> things = new List<Stuff>();     /// fill the list     RadGrid1.DataSource = things; } 

    This will let you focus on the presentation of the collection in the grid. I would refer to the LiveExamples included in the installation for a full explanation of these and to see them in action. The LiveExamples are really quite nice.

    When it comes time to plug in your data, use an ORM framework (like NHibernate or Linq2SQL) to get collections of objects and bind these collections to the DataSource as above.

    You can use plain DataTables and DataSets to bind to the DataSource also, but those are only good for very small applications.

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

Sidebar

Related Questions

I typically use URL rewriting to pass content IDs to my website, so this
Typically, I've seen people use the class literal like this: Class<Foo> cls = Foo.class;
This may be a quick answer for one: I typically use display: inline-block; to
Please note that this question is about CGLayer (which you typically use to draw
I typically use extension methods very sparingly. When I do feel compelled to write
I typically use the below function to return the root URL if I ever
Typically I use E_ALL to see anything that PHP might say about my code
Typically if we just use alert(object); it will show as [object Object] . How
Typically, when I use lambdas, I just use a, b, c, d... as variable
Typically languages have keywords that you are unable to use directly with the exact

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.