User Profile & Activity

Handy Surya Support
Page
of 223
Posted: July 1, 2010 2:24 PM

Hello David,

Sure. Please open WebGridTutorial project and search BindingHierarchical.aspx page.

Regards,
Handy

Posted: July 1, 2010 10:15 AM

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?

Regards,
Handy

Posted: June 30, 2010 4:43 PM

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>

Regards,
Handy

Posted: June 30, 2010 10:29 AM

Hello,

Using RefreshAll() would refresh all the structure. That's why the pending changes states would be also removed.

Regards,
Handy

Posted: June 30, 2010 9:49 AM

Sure.

e.g 

if(e.Row.Cells[0].Value == "Null")
{
      e.Row.Cells[0].Value = " ";
}

Regards,
Handy

Posted: June 29, 2010 4:21 PM

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.

Regards,
Handy

Posted: June 29, 2010 4:11 PM

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.

Regards,
Handy

Posted: June 29, 2010 3:58 PM

Hello,

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.

Regards,
Handy

Posted: June 28, 2010 3:49 PM
Can you let us know the step to replicate this issue?

Regards,
Handy
Posted: June 28, 2010 12:00 PM

Hello Luciano,

Yes, that is minnor issue in VS2008. Also, we need a little time to replicate the issue in your environment.

Regards,
Handy

All times are GMT -5. The time now is 10:23 PM.
Previous Next