Browse By Tags

  • AutoCrud not functioning correctly.

    I have a webdatagrid that I am binding a datasource to..

    I have crud enabled...

    When I change text in a cell then leave the cell/row. and click on a update button on the page, I look at the dataset and the rows are getting updated with new values.

  • Updating grid dynamically in code-behind

    I am switching from old component one grids to infragistics 3.5 v10.3 and need some guidance. I have to dynamically databind the grid from a sql dataset in the codebehind (i can't use a sqldataadapter). I also have to manually do the updating to the database…

  • WebDataGrid Manual CRUD

    Purpose

    WebDataGrid (WDG) has the capability to update the DataSource automatically if AutoCRUD property of EditingCore is set to true. What is “Manual CRUD”? This is a technique used by developers to persist all changes made in the grid UI to the DataSource…

  • Using ADO.NET to Perform CRUD Operations with the WebDataGrid

    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

  • What is the difference between WebDataGrid AutoCRUD and manual CRUD?

    One of the more frequently asked a questions regarding the WebDataGrid surrounds the modes in which the grid executes CRUD operations. The grid features a property called AutoCRUD which configures the grid to work closely with an ASP.NET data source control…

  • WebDataGrid Validation

    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…