User Profile & Activity

Andi Santoso Support
Page
of 53
Posted: December 8, 2009 10:45 PM

Hi Mark,

      I have replicated your issue and already fowarded it to our developer, I will let you know as soon as possible if it is solved. Thank you and please do not hesitate to ask if you have any more questions.

 

Thank you,

Andi Santoso

Posted: December 7, 2009 11:07 PM

Hi Sunym,

    I have replicated your issue and actually, you can add them by your self, but if you want to use our SmartWebResources, you cannot add them manually, since all the Localization has been integrated in our SmartWebResources. So if you want to use them, you can try to edit the XML file at "~\CommonLibrary\WebGrid\<<Your Version>>\Localization\wglang_zh-CN.xml" and attach the XML file in here. I will foward it to our developer so you can have it on our latest hotfix.
    I hope it helps. Please do not hesitate to ask if you have any more questions.

Thank you,
Andi Santoso.

Hi Mino,

    I believe it is not working because you are not in the TimeLine view, because beside in that view, the "title" is set to null. That is why, in your code, try to put "WebScheduler1.StartDateSelection" instead of "WebScheduler1.SelectedDateArea.title". 
    I hope it works for you, and please do not hesitate to ask if you have any more questions.

Thank you,
Andi Santoso

Posted: December 6, 2009 10:55 PM

Hi Mark,

    As I go through your code, I assume that you do not want to direct the page to contentURL if we click on the Filter Header Row. Your code is almost right, but at the validation, instead of "if(row.Type != "FilterRow")", you have to put "if(row.Type == "Record")".
    I hope it can help and do not hesitate to ask if you have any other questions.

Thank you,
Andi Santoso.

Posted: December 6, 2009 10:06 PM

Hi Michael,

    The problem is occured because, if you use the "IntegratedToDesktopManager", the object is undefined since it point back to the Main DektopManager. If you want to use property "IntegratedTODesktopManager", instead of using "parentFrame.ISGetObject("WebDialogBox1")", you need to use "parentFrame.window[1].ISGetObject("WebDialogBox1")".
 
    I hope it can help and please do not hesitate to ask if you have any other questions.

Thank you,

Andi Santoso

Hi Pierre,

    After we investigate it, the problem is with column freezing, when you try to move the slide and the height is changing to auto default which cause the height is changing and in the result, the selected row is moving.

    One way to prevent this to occur is by setting the default height for all the cell, which you can achieve by seting the layout.

    Here are the sample code:

<LayoutSettings RowHeightDefault="200px" AllowColumnFreezing="Yes">
                <HeaderStyle Height="50px"/>
                <FreezePaneSettings ActiveFrozenColumns="2" / </LayoutSettings>

    By setting the "RowHeightDefault to 200px, so all the rows height are set to 200px. I hope it can help and please do not hesitate to ask if you have more questions.

 

Thank you,

Andi Santoso

Posted: December 3, 2009 11:28 PM

Hi Jocelyn,

     Sorry but i can't replicate your issue since exporting works well on me, and your attachment can't be opened. From what you describe to me, you used "AllowExport="true", which is not right. You should set it as "AllowExport="Yes".

     And remember to add one folder to save the export file and named it "TempReports" and give an "Allow" access for Everyone to access it. I hope it helps and do not hesitate to ask if you have any more questions.

Thank you,
Andi Santoso

Hi Alex,

      I suggest, instead of setting the style attribute on the HTML page, you can try to set them in Page_Load at Server-Side by using "body.Style.Add("overflow", "hidden");". It works well for me on Safari or Chrome, and I also attach you a screenshoot of it. I hope it can help and do not hesitate to ask if you have any more questions.

Thank you,
Andi Santoso

Hi Mark,

       Yes, we have a sample of webgrid with a formview control and using InitializaPostBack. You can check on our sample of WebGrid on DetailView.aspx. I hope it can help and do not hesitate to ask if you have any questions.

Thank you,
Andi Santoso

Posted: December 3, 2009 10:29 PM

Hi Madhavan,

 

     Sorry,if you are using only WebGrid, we do not have a mouse event for each cell yet.

 

Thank you,
Andi Santoso

All times are GMT -5. The time now is 3:19 AM.
Previous Next