i have a grid using a row template to show images. i want to update the data source and have the row template update the row based on the new data. What is the best way to do this?
if you update the data source, you will need to rebind the grid in order to see the new changes rendered. Otherwise you need to use KnockoutJS, we have integration for it as CTP in 2012.1. In that case only the updated cells will be re-rendered, which is a lot better in terms of performance. you can find KnockoutJS samples with the igGrid here:
http://samples.infragistics.com/jquery/grid/grid-knockoutjs-integration
Hope it helps. Thanks,
Angel
is there a way to rebind without the rowindex being set to zero? must i remember the selected row and reset the index after bind?