Browse By Tags

  • Can WebHierarchicalDataGrid support AutoCrud =False?

    I got pretty good at repeating my preferred pattern w/ WebDataGrid: 

    1) Crud Stored Procs + 2) .Net DataSets and TableAdapters + 3) ObjectDataSource + 4) WebDataGrid w/ AutoCrud = false.

    Now I'm using the WebHierarchicalDataGrid w/ one child band, but…

  • Problem with WebHierarchicalDataGrid in combination with EDM

    Good day,

    I am trying to get the WebHierarchicalDataGrid working in combination with EDM. In EDM i created an entity called Employees with a primary key on employeeID and an association to itself from ReportsTo to EmployeeID.

    In what way can i make…