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 Aaron,
Could you try to update your control to latest version? You can get the hotfix in your developer network (http://dev2.intersoftpt.com/) using the ID that you used to buy our product. After that, can you try to replicate your issue in your local end. It's weird because the problem doesn't occurs in our local end. Usually the LostFocus event triggered when we lost focus from WebCombo.
I also search the version history and found out some problem regarding multiple column WebCombo and LostFocus in WebGrid has been fixed in WebCombo 5 and 6. Please let me know if this matter still happen on your side. Look forward to hear any feedback so I can help you further.
Regards,Bernard
I tried to replicate your issue in our local end by following your step in WebGrid's sample that you mentioned above. I also edited the WebGrid by adding the 2nd WebCombo that doesn't integrate to WebGrid. But unfortunately, I couldn't get the 5th state (The event doesn't fire) in my local end. The javascript is called everytime I lost focus from both WebCombo.
Could you tell me which version of WebCombo, WebGrid, and Framework on your local end? For your information, I'm using WebGrid 8.0.7200.201, WebCombo 6.0.7200.200, IS WebUI Framework 3.0.5000.850. Look forward to hear any feedback from you so I can help you further.
Hi Jarl,
We still haven't heard any news from our developer regarding this task #1147. However, we need to reform all the export feature to make this request working properly. Actually, this task still on stack of work item that will be handled by our developer. We're very sorry for the delay of this feature request and I'll let you know if I heard anything regarding this feature request.
I tried to replicate your issue in our local end. But unfortunately, I couldn't reproduce this problem using the steps that you mentioned above. The event fires if I lost focus on both WebCombo. Is there simple sample or specific steps to replicate this issue in our local end? Look forward to hear any feedback from you so I can help you further.
Hi Matt,
I don't think we can clone data from bound WebCombo. But I think you can bind the WebCombo to same data source. WebCombo will load the data and save the data as cache so it won't do PostBack when you re-open the WebCombo. This behaviour also work when you filter the data. WebCombo won't back to server set to get the data. This will cause the efficiency of data and time. Hope this helps.
window.onloadmetadata = load; function load() { if(IS.ie && !(IS.GetIEVersion() == 9 || IS.GetIEVersion() == 8 || IS.GetIEVersion() == 7)) //IE 10 validation { var metadata = document.getElementById("metadata"); metadata.httpEquiv = "X-UA-Compatible"; metadata.content = "IE=7,8,9"; } }
Also please don't forget to add the metadata inside head tag:
<meta id="metadata" />
Hope this helps.
Hi John,
I can replicate your problem here. To resolve this, I'm using this code OnAfterResponseProcess event:
function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject) { var WebGrid1 = ISGetObject(controlId); WebGrid1.RootTable.Columns[1].GetElement().children[0].children[0].innerHTML = "Customter<br />ID"; return true; }
Using this code, I can set EnableSection508Standards to true value. If you set EnableSection508Standards to true value, the text inside table will be shown as it should be so the environment can read it as text. You can try using this on your code and please tell me if there's any error in my code. Hope this helps.
Hi Daniele,
Glad that you have solved your problem. If you have any further question, please don't hesitate to ask us.
Hi Vince,
It is possible for you to specify sort method for column inside WebGrid. Just add this code inside RootTable tag then WebGrid will be sorted when initialize or on row change.
<RootTable> ... <SortedColumns> <ISWebGrid:WebGridGroup ColumnMember="CustomerID" SortOrder="Descending" /> </SortedColumns> </RootTable>
But I didn't think the 2nd scenario could be achieve for Databound WebGrid. As far as I know, after inserting data, WebGrid will take the data from database and show it as the order in the database. Actually, database will put the new row in the last data. So the new row will be appear in the last row of WebGrid. Hope this helps.
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