User Profile & Activity

Julia Wijaya Support
Page
of 24

Hi Jeff,

 

I do a test by using your environment. I used Win XP, Internet Explorer browser 6.0.2900.5512 SP3, and WebGrid 7.0.7200.400. I export the WebGrid in maximize and minimize mode, but the Export context menu is shown and the exporting of WebGrid is working fine. May I know the build version of WebGrid that you use?

 

Regards,

 

Julia

Hi Tenika,

 

The only problem in using Nightly build is that we haven't test completely about the hotfix, but your issue should be fix using the hotfix. Below is attachment of the WebDesktop's hotfix. Please find WebDesktopNET3_0_7200.rar and WebUINET3_0_5000_750.zip. You can follow this link for more information about Manual Update.

Hope this help.

 

Regards,

 

Julia

Posted: December 17, 2009 5:03 AM

*double post*

Posted: December 17, 2009 5:03 AM

Hi Xedem,

 

The fix is still in progress, we will include it in the next month hotfix. I'm sorry for the inconvenience. I will inform you when the hotfix is ready.

 

Regards,

 

Julia

Posted: December 17, 2009 1:55 AM

Hi Siva,

 

Here is the sample of javascript's code where you can get the WebGrid's current page index and the total pages number:

 

function Button1_onclick() {
            var text = document.getElementById("Text1");
            var grid = ISGetObject("WebGrid1");

            var currentPage = grid.CurrentPageIndex;
            var totalPages = grid.TotalPages;

            text.value = "current page = " + currentPage + " total page = " + totalPages;
        }

 I hope this can help. Let me know if you need another help.

 

Regards,

 

Julia

Hi Tenika,

 

The fix will be ready at next month hotfix release. I will inform you when the hotfix is ready. But if you need it immediately, we can send the nightly build version.

 

Regards,

 

Julia

Hi Sudeep,

 

I have tried the code that Andi wrote and works fine in my end. Have you set the AllowColumnFreezing="Yes"? You can set it in WebGrid Designer's properties>LayoutSettings>AllowColumnFreezing. If the solution still didn't works, could you give me a sample, so I can investigate it further?

Also I am really sorry but we cannot give you the code that used in "Freeze Column".

Thanks

 

Regards,

 

Julia

Posted: December 15, 2009 9:45 PM

Hi Jocelyn,

 

As Andi said, if you have another PrimaryKey, you don't have to write it in DataKeyField. You just need to define the key in DataSet and WebGrid will be recognized automatically.

 

Regards,

 

Julia

Hi Tenika,

 

I have test your scenario and manage to replicate the issue. I have forwarded the issue to our WebGrid development teams. I will inform you, when the hotfix is ready.

 

Regards,

 

Julia

 

 

 

 

Posted: December 13, 2009 11:43 PM

Hi Siva,

 

May I know what control that you used? Is it WebGrid or WebDesktop? Do you mean that the page will be navigated to different page when you click on a row?

Or if you used WebDesktopWindow, do you want to navigate the page in postback (redirect the whole page) or just changing the content of the window?

 

Regards,

 

Julia

All times are GMT -5. The time now is 11:44 AM.
Previous Next