iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Does WebGrid from WebUI Studio 2011 support cell-based tooltip text (Not WebCallOut but standard HTML tooltip text)?
We had requested this feature a long time ago to be able to set tooltip text on specific cells without the overhead of using the WebCallOut control.
This is now working in 2011 R1. We essentially set the cell.TooltipText property in the OnInitializeCell based on our data and it works great. It also successfully overrides the default tooltip text set by the grid when the value exceeds the column width which is what want in our case.
Hi,
Your feature request has been submitted, but for now there hasn't been any update from the developer about your feature request. We will inform you if we get any update from the developer as soon as possible.
Regards,
Lili
Hi Yusuf,
I am getting problem in WebGrid 8.0.7200.258 with TooltipTest for Grid cell. It is getting overritten by the default tooltip text set by the grid when the value exceeds the column width.
I am using HTML5 doctype with .NET 4.5.1 in Visual Studio 2013.
Dev
Here is the sample.
i have used one of the page from the samples provided by Intersoft from below project.
C:\Program Files (x86)\Intersoft Solutions\Intersoft Premier Studio 2013 R1\Samples\For ASP.NET\ISNet.WebUI.Samples\vb\WebGridSamples.sln
Please note that i have only changes in the code behind file that to only one line. Its the underline statement in the below code.
Protected Sub WebGrid1_InitializeRow(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.RowEventArgs) If e.Row.Type = RowType.Record Then Dim deptCell As WebGridCell = e.Row.Cells.GetNamedItem("DepartmentID") deptCell.Image = "images/dept_" & deptCell.Value.ToString() & ".png" deptCell.CustomObjectAttributes = "height=16" deptCell.TooltipText = "###Tooltip###" End If End Sub
Based on my test result, the custom tooltip works on Mozilla Firefox 28 browser. The problem on the other browsers (IE 11, Safari, Chrome, Opera) has been reported to WebGrid development team. The report is filed under work item ASPNET-27.
I will keep the thread: "WebGrid TooltipText for cell not working" updated with any news I heard from the team regarding work item ASPNET-27.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname