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 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
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?
Hi Huy,
Please create a new thread for the new issue. Thanks.
I am sorry but this feature is not ready yet in the latest version of WebGrid.
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.
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.
Thanks for the valuable feedback. I will forward this to the development team, hopefully they can solve the issue immediately.
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.
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.
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