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
Hello David,
Sure. Please open WebGridTutorial project and search BindingHierarchical.aspx page.
Regards,Handy
Hello,
Please tried to use the latest hotfix. It should be running well in XHTML because WebGrid already supported XHTML. Regarding the column caption, is it a group column or just a normal column?
Hi,
For temporary workaround, you can use SetInnerHTMLText.
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script language="javascript"> function OnInitialize(controlId) { WebCallOut1 = ISGetObject(controlId); WebCallOut1.SetInnerHTMLText("Mark Dragom<br>New York"); } </script> </head> <body> <form id="form1" runat="server"> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <ISWebDesktop:WebCallOut ID="WebCallOut1" runat="server" TargetControlId="TextBox1" Height="55px" Width="220px"> <ClientSideEvents OnInitialize="OnInitialize" /> </ISWebDesktop:WebCallOut> </form> </body> </html>
Using RefreshAll() would refresh all the structure. That's why the pending changes states would be also removed.
Sure.
e.g
if(e.Row.Cells[0].Value == "Null") { e.Row.Cells[0].Value = " "; }
Hello Puru,
When a cell is empty, it should be not rendering hyperlink. E.g in my sample, you can see that there is no hyperlink.
Maybe your values show 'null' text. However, you can overwrite the text into " " at IntializeRow server side event.
Hello ca,
Would you mind to let us know more detail such as in video recording? I am unable to replicate your issue in my group date sample.
Please ensure you also added ISNet.dll and ISNet.WebUI.dll in your references. Also, please ensure both of them copyLocal properties set as true (click ISNet.dll>>press F4) and the required resources are added.
For ASP.Net WebSite, it depends on your project. If it is "http", it will not automatically register SmartWebResources. So, normally only 1 assembly is added when you drag a control.
But if it is "FileSystem", it should automatically register SmartWebREsources.
Hello Luciano,
Yes, that is minnor issue in VS2008. Also, we need a little time to replicate the issue in your environment.
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