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 Kenneth
To hide the help option in WebGrid, simply set the AlwaysShowHelpButton property in LayoutSettings to false. But to hide the help option in WebGrid context menu, you need to add this code in your clientside:
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var WebGrid1 = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuHelp").Hide(); /* to remove the help context menu */ return true; }
I also attach the sample for you. Hope it helps.
Regards,
Lili Khiung
Hi Huzefa,
1) You can set this in your aspx code:
<DisplayFormat format="-$ #,##0.000" isenabled="True" type="Number"> </DisplayFormat>
2) Choose the simple input in WebInput.NET Wizard an the set the property NumericInput to true.
3) Set this code in your aspx:
<DisplayFormat Format="#,##0" IsEnabled="True" Type="Number"> </DisplayFormat>
I also attach the sample I made based on your issue. Hope it helps.
Hi,
Deeply apologize for the misunderstanding. So the WebCalendar that you want to change the style is in the WebGrid edit mode. We need to discuss it further with our developers. We will inform you about the result soon.
Hi Kenneth,
I am terribly sorry I don't really get your question here. What kind of postback that you need to do? Could you explain in more detail? Do you create the start menu item from the database?
About the display, we need to discuss it with our developer and will inform you about the result soon.
This is the sample, I re-attach it for you.
I attach the simple sample along with your question in this link:
http://www.intersoftpt.com/Community/WebDesktop/Taskbar---Createing-a-Start-Menu/?1302767933959
Hope it helps.
Here's I attach the simple sample for you. Hope it helps.
You can set the Css but you have to set all style properties that we provide if you want to set UseDefaultStyle = "false". But for image, for now you can use the workaround that I reply on this link:
http://www.intersoftpt.com/Community/WebEssentials/Style-Button-Images-on-WebCalendar/
We are still developing to enhance this feature.
Hi Jocelyn,
After using your CSS file, I still can't replicate your issue. I have clicked Recently open many times, but still couldn't replicate your issue. Could you find the pattern to reproduce this issue?
Hi Greg,
Could you give me a simple runable sample that replicate your issue so that I could check it on my end? That would be helpful, because after I made a sample based on your issue, changing the OverflowX could work for your issue.
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