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 Alex,
Glad you have solved your problem. Probably, the issue comes from new version of firefox that have obsolete some of their function. However, if you found any problem regarding this issue, please let me know. We will gladly help you to resolve it. Hope this helps.
Regards,Bernard
Actually, there are some bugs in IEMozBridge.js when you're using that javascript file in Firefox 22 and above. This issue happen because Firefox have obsoleted some of their native functions in their new version. However, we have resolved these issue in our custom assemblies that will be added in our next installer. Perhaps, you can apply those assemblies in your website. Here's the the thread and you can found the assemblies in there:
http://www.intersoftpt.com/Community/WebCombo/Error-in-IEMozbridgejs/
If the issue that you faced before still happen, could you give me a simple sample that can replicate this issue in our local end? Perhaps, you can also give us the screenshot of error message so we can investigate this problem in our local end. Look forward to hear any feedback from you so I can help you further.
Hi Mark,
When you used OnCheckBoxClick event, it will trigger if you click any checkbox on WebGrid. However you still can validate the position of the checkbox in client side events. Actually OnRowSelector trigger if the row selector in WebGrid is clicked. Please look at my screenshot to see where the row selector is. Hope this helps.
Maybe this problem happen because when WebGrid do sorting it will render its row again so your javascript won't attach to each checkbox. However, you still can achieve this scenario by using OnCheckBoxClick client side events.
Here's the snippet:
function OnCheckBoxClick(controlId, a, b, c, d) { var WebGrid1 = ISGetObject(controlId); alert("select"); return true; }
Hope this helps.
Hi Madhavan,
Actually, this assembly will be included in our new installer. Maybe you can use the assembly that I shared in that thread to resolve this issue and I will let you know if this hotfix will be released to public. Hope this helps.
Hi Frank,
Actually, this matter doesn't happen in our local end. This is because the header row and the event row are in different table element. Is there any simple sample that can replicate this issue in our local end? You can try to replicate this issue using this sample:
http://live.intersoftpt.com/cs/WebScheduler/HighPerformanceScheduler.aspx?noframe=1&path=/WebScheduler/Turbo-charged%20Performance
As you can see in there, it has many resources and when you scroll down the header won't move. Maybe you can check the code from that sample. Please let me know if this issue still persist in your side. I'll gladly help you to resolve it. Hope this helps.
Actually, we're still working on 2013 release which include WebScheduler 4 as highlighted component. We still doesn't know that exact date of our new product but it will be released around end of August. Thank you for your patience.
Hi Loren,
Glad that you have solved your issue. Please remember to use our latest hotfix so you won't have any problem with our control. If you have any feature question, please don't hesitate to ask us.
Actually, WebScheduler is server application, that's why it would get the time from the server. It will get the time from the server side so it will get the data using the server time. If you want to synchronize the timezone with the users, maybe you can adjust the date and time setting in your server so it will update regarding to your user's timezone. Hope this helps.
I have tried to replicate your issue in our local end. Unfortunately, I couldn't replicate this issue in our local end. Is there any simple sample that can replicate this issue in our local end? I'm using our sample in Chrome but this matter doesn't happen in our local end. Look forward to hear any feedback from you so I can help you further.
Hi su su,
Regarding to your sample, I think you can use OnAfterResponseProcess client side event to put the ComboBox inside your WebGrid. However, you should handle insert update delete method on your own when changing the data inside WebGrid. I attach the sample here. 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