User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: August 28, 2013 9:47 PM

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

Posted: August 27, 2013 11:55 PM

Hi Alex,

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.

Regards,
Bernard

Posted: August 26, 2013 9:20 PM

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.

Regards,
Bernard

Posted: August 22, 2013 11:55 PM

Hi Mark,

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.

Regards,
Bernard

Posted: August 21, 2013 9:25 PM

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.

Regards,
Bernard

Posted: August 20, 2013 10:37 PM

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.

Regards,
Bernard

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.

Regards,
Bernard

Posted: August 19, 2013 10:49 PM

Hi Frank,

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.

Regards,
Bernard

Hi Loren,

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.

Regards,
Bernard


Posted: August 15, 2013 11:04 PM

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.

Regards,
Bernard

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