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
Hi Glenn,
Is there any way to achieve this in JavaScript?
Regards
Hi Hans,
Sorry for delay in reply.
I raised a ticket on your developer network regarding this with work item ASPNET-121.
Regards,Dev
Hi Martin,
I am facing the same issue.
This post is more than 3 years old may be there is some changes in the product to solve this issue.
Any Update?
Hi Yudi,
Thanks for your replay.
I would like to add that I am currently using IE10 the issue is coming in there also.
Regards,
Dev
Hi Yusuf,
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
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.
I tried you code. It’s still not working according to requirement.
I have written a JavaScript function OnLoad event which is changing the grid table height dynamically to fix this problem.
var grid = ISGetObject(controlId); var divRootTableEl = GetRootTableElement(controlId); divRootTableEl.style.height = grid.parentElement.clientHeight – siblingHeight(grid)+ "px";
Where siblingHeight() calculates the height of other elements under grid parent division.
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