This is a migrated thread and some comments may be shown as answers.

RadGrid Woes - Image and Tooltip Dissapear on Rebind

2 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shaun
Top achievements
Rank 1
Shaun asked on 21 Jun 2012, 06:30 AM
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();

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.

2 Answers, 1 is accepted

Sort by
0
Shaun
Top achievements
Rank 1
answered on 21 Jun 2012, 08:29 AM
Ok, I resolved the issue with the tooltip disappearing. This was caused by the AjaxManager.
I do still have an issue with the Image control in an ItemTemplate not displaying the image when filtering.
0
Neeraj Kuttan
Top achievements
Rank 1
answered on 29 Jun 2012, 10:48 AM
I had the same issue. I used radgrid_NeedDataSource event to bind the datasource. Then no need to call rebind.
The images are now displaying.
Tags
Grid
Asked by
Shaun
Top achievements
Rank 1
Answers by
Shaun
Top achievements
Rank 1
Neeraj Kuttan
Top achievements
Rank 1
Share this question
or