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…

  • 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

  • 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…