Browse By Tags

  • WebDataGrid - Try to set the "value" of a TemplatedGridColumn such that the Datasource recognizes GetChanges() as having records

    I am using a WebDataGrid (2011v1.2116).  I have a TemplateGridColumn that is a DropDownList Control.  I can get it to load and reload the correct value in the droplist. 

    However, when I post back after a client side change to the dropdown, the datasource…

  • WebDataGrid with MasterPage

    I am following the example from https://www.infragistics.com/community/product_platforms/aspnet/w/aspnet-wiki/49/data-binding-the-webdatagrid-to-common-data-sources to bind to an ObjectDataSource. As it stands, it is working and I am also successful activating…