User Profile & Activity

Gordon Tumewu Support
Page
of 19

Hi Wolfgang,

It's true, we need to check the web.config to find the cause of the issue. Could you send the web.config to technical@intersoftpt.com?

Thanks.

Best Regards,

Gordon Tumewu

Posted: March 2, 2011 11:25 PM

Hi,

I am trying to replicate your scenario using UXListBox with AllowReorderItem set to true and 2 item inside the ChildWindow, but I didn't get any error. Here I attached video about my test, could you check it and let me know if I missed anything that could replicate the issue?

Best Regards,

Gordon Tumewu

Hi Huy,

Please create a new thread for the new issue. Thanks.

Best Regards,

Gordon Tumewu

Hi,

I am sorry but this feature is not ready yet in the latest version of WebGrid.

Best Regards,

Gordon Tumewu

Posted: February 7, 2011 1:54 AM

Hi Eric,

Sorry for the late response, I just got news from the development team, they said that both the data storage (the initial control state that sent from server) and the data that the client sent to the server will be using JSON. The response will be likely become JSON too, although it may still consist HTML for the server rendering. Basically we want to eliminate XML in this new enhancement.

The 2011 R1 will be ready in late Q1/early Q2 this year.

Best Regards,

Gordon Tumewu

Posted: February 1, 2011 1:48 AM

Hi Eric,

Our development team will create a new feature in our framework so WebGrid can output JSON instead of XML for the call back data. The enhancement will be ready at 2011 R1 milestones.

Best Regards,

Gordon Tumewu

Posted: January 31, 2011 3:38 AM

Hi Eric,

Thanks for the valuable feedback. I will forward this to the development team, hopefully they can solve the issue immediately.

Best Regards,

Gordon Tumewu

Posted: January 31, 2011 3:30 AM

Hi Dennis,

I am really sorry for the late response. I have tried to access your DB but I got "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections" error. But I have created simple DB that used GUID and I can replicate the issue.

I will discuss about this issue with the development team but for now you can refresh the grid from SqlDataSource1_Inserting event handler. You can use the following code to refresh the grid from server side:

WebGrid1.ClientAction.Refresh()

or from client-side:

ISGetObject("WebGrid1").Refresh();

Also if you want to get information about client-side reference, you can check our Client_FundamentalAPI.aspx and Client_FundamentalElement.aspx in WebGridSamples.

Hope this helps. I will get back to you once I got answer from our development team.

Best Regards,

Gordon Tumewu

Posted: January 30, 2011 11:53 PM

Hi Doug,

It is possible to add the text to the column header for expand/collapse image, but the width of the header is not possible to be insert with long text. First you need to get the column header element first then you can enter the text.

function window::onload()
{
        var grid = ISGetObject("WebGrid1");
        var colHeaderElement = grid.RootTable.GetElement(WG40.COLHEADER, WG40.HTMLTABLE);
        var headerExpand = colHeaderElement.childNodes[0].childNodes[0].childNodes[0];
        headerExpand.innerHTML = "EC";
}

Hope this helps.

Hi Somer,

Thanks for the detail information, I have forwarded this issue to our development team under WI #907.

I will inform you after our development team fix it.

Thanks again for the valuable feedback.

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 8:48 PM.
Previous Next