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
With previewRow enabled in Webgrid, Firefox shows the height of the row as sum of actual row height plus previewRow height. When the previewRow is clicked to show the contents and again clicked to close the previewRow, then the corresponding Grid row height changes to the original row height, while other rows still remain at the total height. There is no issue with IE at all...And one more if i want to display the previewRow contents as multiline, how would i do that?
Hi Xedem,
Yes, the height issue has been replicated and has been forwarded to our developer team. I will inform you as soon as possible if the issue is fixed.
On the other hand, to display the previewRow content as multiline, we will need a WebGrid1_LoadPreviewRow server side event and set the DefaultExpanded="false" and LoadOnDemand="true". So that the event will be triggered. Here are the snippet that you can use to set a multiline preview row.
protected void WebGrid1_LoadPreviewRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e) { e.Row.PreviewRowValue = e.Row.Cells.GetNamedItem("ProductName").Text + "<br/>" + e.Row. Cells.GetNamedItem("ProductID").Text; }
I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you,
Best Regards,
Andi Santoso
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