• North American Sales: 1-800-231-8588
  • Global Contacts
  • My Account
Infragistics Infragistics
Menu
  • North American Sales: 1-800-321-8588
  • My Account
    • Sign In/Register
  • Design & DevelopmentDesign & Develop
    • Best Value
      Infragistics Ultimate The complete toolkit for building high performing web, mobile and desktop apps.
      Indigo.Design Use a unified platform for visual design, UX prototyping, code generation and application development.
    • Web
      Ignite UI for Angular Ignite UI for JavaScript Ignite UI for React Ultimate UI for ASP.NET Indigo.Design
    • Desktop
      Ultimate UI for Windows Forms Ultimate UI for WPF
      Prototyping
      Indigo.Design
    • Mobile
      Ultimate UI for Xamarin Ultimate UI for iOS Ultimate UI for Android
    • Automated Testing Tools
      Test Automation for Micro Focus UFT: Windows Forms Test Automation for Micro Focus UFT: WPF Test Automation for IBM RFT: Windows Forms
  • UX
    • Indigo.Design Desktop Collaborative prototyping and remote usability testing for UX & usability professionals
    • Indigo.Design A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
  • Business Intelligence
    • Reveal Embedded Accelerate your time to market with powerful, beautiful dashboards into your apps
    • Reveal App Empower everyone in your organization to use data to make smarter business decisions
  • Team Productivity
  • Learn & Support Support
    • Help & Support Documents
    • Blogs
    • Forums
    • Product Ideas
    • Reference Applications
    • Customer Stories
    • Webinars
    • eBook & Whitepapers
    • Events
  • Free Trials
  • Pricing
    • Product Pricing / Buy Online
    • Renew Existing License
    • Contact Us
ASP.NET
  • Product Platforms
  • More
ASP.NET
ASP.NET ASP.NET
  • Blog
  • Files
  • Wiki
  • Mentions
  • Tags
  • More
  • Cancel
  • New
ASP.NET requires membership for participation - click to join
  • All tags
  • WebDataGrid
  • 101
  • AJAX
  • ASP.NET
  • CRUD
  • indicator
  • Performance
  • Progress
  • WebGrid
  • WebSlider
  • Using ADO.NET to Perform CRUD Operations with the WebDataGrid

    Craig Shoemaker
    Craig Shoemaker

    Many of the examples that demonstrate how to perform CRUD operations against the WebDataGrid either use the ObjectDataSource mapped to POCOs or implement persistence operations by interfacing with a POCO repository directly.

    Using ADO.NET Directly

    …
    • over 12 years ago
    • ASP.NET
    • ASP.NET
  • WebDataGrid Validation

    Craig Shoemaker
    Craig Shoemaker

    Quick Summary:

    • Associate validators and editor providers to WebDataGrid cells using Cell Editing’s Column Settings
    • Customize the look and feel of validation messages by applying a CSS class to the validator
    • Wire up custom validators by finding…
    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • WebDataGrid DataViewState vs ViewState

    Craig Shoemaker
    Craig Shoemaker

    Quick Summary

    • DataViewState stores only the row collection information (off by default)
    • ViewState stores “everything else”

    Introduction

    ASP.NET view state is a touchy subject. In recent years the entire concept of view state has…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • WebDataGrid Client-Side CRUD

    Craig Shoemaker
    Craig Shoemaker

    Quick Summary:

    Insert

    Passing an array of values conforming to the schema of the data source to the add function adds data to the data source:

        $find(<GRID_CLIENT_ID>).get_rows().add(<NEW_VALUES_ARRAY>);

    Delete

    To remove a row, the…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • WebDataGrid 101: Fill the Grid with Data and Change the Look and Feel

    Craig Shoemaker
    Craig Shoemaker

    This article aims to get you acquainted with the very basics when working with the WebDataGrid. The below examples demonstrate how to quickly bind the grid to some data, customize a few columns and change the look and feel of the grid.

    The Basics

    Begin…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • Data Binding the WebDataGrid to Common Data Sources

    Craig Shoemaker
    Craig Shoemaker

    One of the first issues you encounter when working with a data bound control is the decision of how to provide data to the control. The WebDataGrid works with many data source options and this article will demonstrate how to use three of the most…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • Accessing Extra Data in Data Bound Controls

    Craig Shoemaker
    Craig Shoemaker

    A common question I get when customers are working with data bound controls is:

    How do I easily access the primary key [or any other piece of extra data] on the client, and still hide it from the user?

    Concept

    The concept lies in placing the…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • ASP.NET Performance - A Place To Start

    Jason Zajac
    Jason Zajac

    Introduction

    At least once per week I get the question - “How can I make this page run faster”.  We can break down ASP.NET performance into two main categories, size and speed.  Not surprisingly, size has a direct correlation with speed.  But…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • Persisting Moved WebDataGrid Columns

    Craig Shoemaker
    Craig Shoemaker

    With the release of NetAdvantage 2009.1 the WebDataGrid now features the ability to move columns in the grid. This article demonstrates how to persist the grid layout so you may keep new column sequences for future use by your users.

    Note: Make sure…

    • over 13 years ago
    • ASP.NET
    • ASP.NET
  • Learn to Build a WebDataGrid Custom Pager

    Jason Zajac
    Jason Zajac

    Watch the video here

    This article demonstrates how to implement a WebDataGrid custom pager with the following features:

    • First, previous, next and last buttons
    • Direct access to individual pages
    • Display of current page number
    • Display of total record c…
    • over 14 years ago
    • ASP.NET
    • ASP.NET
  • Building an Ajax Master/Detail Page with the WebDataGrid

    Craig Shoemaker
    Craig Shoemaker

    NetAdvantage 2008 Volume 3 ushered in the release of the new WebDataGrid. In order to help you get familiar with this all-new control build on the Infragistics Akido framework, I will take you step-by-step through building an AJAX master/detail page.

    …
    • over 14 years ago
    • ASP.NET
    • ASP.NET
  • Implementing WebDataGrid Client Side Search

    Craig Shoemaker
    Craig Shoemaker

    The WebDataGrid features an extensive client side object model that makes it easy to work with the grid’s data in the browser. This article shows you how to implement a text-based search of the grid’s contents.

    The below screen shot gives…

    • over 14 years ago
    • ASP.NET
    • ASP.NET
  • Show wait indicator during WebDataGrid’s AJAX Requests

    [Infragistics] Murtaza Abdeali
    [Infragistics] Murtaza Abdeali

    When you are using the WebDataGrid connected to the DataSource and have enabled built-in AJAX behaviors like paging, sorting.. etc that require an AJAX call to the server, it is nice to show a wait indicator so that the users know that there is a request…

    • over 14 years ago
    • ASP.NET
    • ASP.NET
  • View related content throughout ASP.NET
  • More
  • Cancel