Hi,
I have radgrid which lists products and displays the image in this method (http://www.telerik.com/community/forums/aspnet/grid/display-image-field-in-radgrid.aspx). I also attach a tooltip to the product name cell on ItemDataBind. I also have a button outside of the grid which filters the grid using MasterTableViewFilterExpression and MasterTableView.Rebind();
I have radgrid which lists products and displays the image in this method (http://www.telerik.com/community/forums/aspnet/grid/display-image-field-in-radgrid.aspx). I also attach a tooltip to the product name cell on ItemDataBind. I also have a button outside of the grid which filters the grid using MasterTableViewFilterExpression and MasterTableView.Rebind();
The grid functions correctly until the MasterTableViewRebind is fired. Then I lose my Images and the tooltip does not display.
I forgot to mention this grid is on a page which is in a RadWindow.
Please assist.