iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
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.
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.
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?
Here I attached my simple sample. Hope this helps.
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)?
Is it possible to send me your HTML page? So I can replicate the issue in here and provide you with the solution immediately.
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.
Try to use the following code:
WebPane pan = WebPaneManager1.GetAllPanes().GetNamedItem("Pane0") as WebPane; pan.ContentURL = "http://www.google.com";
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?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname