Browse By Tags

  • Managing WebGrid Data from JavaScript/Ajax code

    I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All…

  • Clientside cell updating data problem

    Hello,

     I am using a webgrid with subbands and a RowEditTemplate to edit a subband. I'm doing the recommended clientside script to fill the edittemplate and write it back to the corresponding row, so far this all works fine.

    The problem is that when…