User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: May 20, 2013 7:11 AM
Hello,

I apologize for any inconvenience that may have caused you.

So the issue persists after you update the WebGrid assembly file?

If you don't mund, could you help me to provide me more detail information regarding this issue?
Could you help me to provide me a simple runnable sample that replicates your current scenario?
Or perhaps the step by step how to reproduce your issue on my end?
So I can help you to find the right solution to resolve this issue.

Thank you very much.

Regards,
Hans.

Posted: May 20, 2013 7:01 AM
Hello,

I am sorry for this misunderstanding.

Could you help me to provide me more detail information regarding this issue?
Could you help me to provide me a simple runnable sample that replicates your current scenario?
And perhaps the screenshot regarding this issue.
So I can help you to find the right solution to resolve this issue.

Thank you very much.

Regards,
Hans.
Posted: May 20, 2013 6:55 AM
Hello,

Yes, I get the webpage error like you said.
Did you get the same webpage error like in “CheckerColumnIssue.jpg” file?

I will submit this issue to the development team and I will let know you if there is an update regarding this issue.
Thank you for understanding.

Regards,
Hans.

Hello,

Yes, currently we are still investigating your issue to find the right solution.
I am sorry for the late response.

Regards,
Hans.

Hello,

I am truly sorry for the late response. Currently we had some problems in our server.

Thank you for your information and code.

I will investigate code and I will let you know about the result regarding this problem.

Regards,
Hans.
Posted: May 16, 2013 5:58 AM

Hello,

I am truly sorry for the late response. Currently we had some problems in our server.

Thank you for your question regarding WebGrid.

I have replied your email with TicketID: [IS-72E2E0B9-8F5B-4A25-9E81-6A332866774B], regarding same issue. Please kindly check you email and let me know your response.

Regards,

Hans.

Hello,

I am truly sorry for the late response. Currently we had some problems in our server.

Thank you for your question.

You could use this line of code to get the KeyValue each row: rowElement.keyValue

Here’s the example snippet code how to implement the code:
<script type="text/javascript" language="javascript">    function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
    {
        var WebGrid1 = ISGetObject(controlId); 
        alert(rowElement.keyValue);
        return true;
    }
</script>

Hope this helps.

Regards,
Hans.

Hello,

I am truly sorry for the late response. Currently we had some problems in our server.

Thank you for your information.
Yes, I can replicate your issue on my end as well.
I will forward this issue to the developer team and I’ll let you know if there is an update regarding this issue.

Are you using HTML4 doctype in your page? If yes, meanwhile please kindly try to use HMTL5 doctype in your page and then set the “RenderingMode” property in WebExplorerPane.

Please have review on my sample to see the result.

Thank you very much.

Regards,
Hans.

Posted: May 16, 2013 3:41 AM

Hello,

I am truly sorry for the late response. Currently we had some problems in our server.

Thank you for your reply.
I have modified my sample based on your reply. I add one ButtonImage column and then I also modify the validation code in InitializeRow server side event.

I set the first without button image. The second and third row with button image and they both have a different image as well.

Please kindly have review on my modified sample once again.

Thank you very much.

Regards,
Hans.

Hello,

Thank you for your recent inquiry regarding WebGrid.

I tried to reproduce your recent scenario by using WebGrid sample, ClientBinding_WebService.aspx file.

I add some line of code in OnPostRender client side event to Check and Select the first row.
I use Check() method to check the checkbox and Select() method to select the row.

However, it seems the Check() and Select() method did work if I run the sample.
I need to use setTimeout method to make the Check() and Select() method works.

Is this the issue that occurs on your end?
If yes, so you didn’t get this issue before using WebGrid version 7.0.7200.533?
And you also can perform Check() method in OnPostRender client side event, even in OnInitializeRow client side event, before you use WebGrid version 7.0.7200.533 ?

Please forgive me for lack of understanding the problem and please correct me if I wrong.

I also attached the modified sample (ClientBinding_WebService.aspx file) as well. You just simply add the sample to WebGrid sample solution to run the sample.

For your information, if this problem is an issue indeed, the fix only available for WebGrid v8, because we have discontinued WebGrid v7.

I apologize for any inconvenience that may cause you.

Regards,
Hans.
All times are GMT -5. The time now is 1:22 AM.
Previous Next