Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » WebGrid » image (RSS)
  • Unable to add an Image to a cell using Javascript

    I am trying to add an Image to a cell in the WebGrid using javascript. The image does not show up. Here is my code snippet: var grid = igtbl_getGridById(gridid); var rowCount = grid.Rows.length; var i = 0; if(rowCount > 0) { for( i = 0; i < rowCount; i++ ) { if(grid.Rows.getRow(i).getCellFromKey...
    Posted to Forum by kunaljolly on 05-14-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems