User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: September 16, 2009 12:03 AM

Hi,

To freeze the first 3 column using client side you can use the following code:

var grid = ISGetObject("WebGrid1");
grid.FreezePane(3);

And to unfreeze using this code:

var grid = ISGetObject("WebGrid1");
grid.UnfreezePane();

Best Regards,

Gordon Tumewu

Posted: September 15, 2009 11:37 PM

Hi,

Actually you can set access key for every command in WebMenuBar. You can also use keyboard to navigate between the command. You can check our WebDesktopSamples>>WebMenu>>MenuBarWithAccessKey.aspx.

Best Regards,

Gordon Tumewu

Posted: September 15, 2009 4:12 AM

Hi Daniel,

Do you put the grid in a table? If yes, you can add table-layout: fixed at the table style.

<table style="table-layout:fixed;">

Hope this helps.

Best Regards,

Gordon Tumewu

Hi,

Could I know in which client side event that you want to get the currency values? You said that you used the OnAfterItemSelected but WebGrid dont have OnAfterItemSelected client side event, could you describe more spesific or attach simple sample that replicate your scenario?

Best Regards,

Gordon Tumewu

Posted: September 14, 2009 10:57 PM

Hi,

Here I attached my simple sample. Hope this helps.

Best Regards,

Gordon Tumewu

Hi,

In which client side event that you try to get the currency format? Also when you set the setting in server side, do you set it in the first time or after some action(e.g button click, etc)?

Best Regards,

Gordon Tumewu

Posted: September 14, 2009 3:27 AM

Hi,

Is it possible to send me your HTML page? So I can replicate the issue in here and provide you with the solution immediately.

Best Regards,

Gordon Tumewu

Hi,

I am really sorry but it's the default behaviour for exporting in WebGrid, the export result will shows the value instead of the text.

Best Regards,

Gordon Tumewu

Posted: September 14, 2009 12:07 AM

Hi,

Try to use the following code:

WebPane pan = WebPaneManager1.GetAllPanes().GetNamedItem("Pane0") as WebPane;
pan.ContentURL = "http://www.google.com";

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: September 10, 2009 10:58 PM

Hi,

I am sorry but I little bit confuse with the scenario. Do you have 2 webgrid and on the select row of first WebGrid you want the second WebGrid to refresh? Could you describe more spesific about your requirement?

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 6:05 PM.
Previous Next