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
This mean, there is no elegant way to achieve your scenario at least for now until we enhance this feature in WebScheduler v3.0. So far you need to manage it on client side using this way:
function OnFirstLoad() { var ws = ISGetObject("WebScheduler1"); var resourcesTable = ws.GetResourcesTable(); var resourcesElement = resourcesTable.childNodes[1].childNodes; for (var i = 1; i < resourcesElement.length - 27; i++) { if (resourcesElement[i].cells[1].innerText == "Developer") resourcesElement[i].cells[0].childNodes[0].click(); } return true; }
HiThe following line wfpmBlocks.ClientAction.RenderControl(Master1)throws error in my webpage. The reason simply was that Master1 is html table not asp table. However i cant understand that, its not giving any error in your sample. The only difference is that the solution provided by you is in C#Language and am working on VB language. On a normal case, the above line should throw error in both webpages, but its not. So an explanation is needed here
Hi
The following line
wfpmBlocks.ClientAction.RenderControl(Master1)
throws error in my webpage. The reason simply was that Master1 is html table not asp table. However i cant understand that, its not giving any error in your sample. The only difference is that the solution provided by you is in C#Language and am working on VB language. On a normal case, the above line should throw error in both webpages, but its not. So an explanation is needed here
Try to put Master1 into an ASP.NET panel (asp:panel) for e.g: panel1 and then you can try to render the panel instead of the Master1.
wfpmBlocks.ClientAction.RenderControl(panel1)
Hope this helps.
Hi Ron,
Recently you can show and hide the resources event in Scheduler view from client side using:
function Button2_onclick() { var ws = ISGetObject("WebScheduler1"); ws.HideResources(ws.ResourcesHash[1]); return true; }
But to change the checkbox marked in Resources List you need to get the element first and do manually unchecked for the specific resources.Our dev team has planned to implement this feature in WebScheduler v3 with some enhancement in DataBound server side event that will allow user to manage the resources from the server side. Thanks for keep remind us to implement this feature.
The default behavior of WebScheduler is reset the selected date when FullPostBack, that's why you can't use WebScheduler1.ViewSettings.SelectedDate.I suggest you to submit this feature as feature request, probably our dev team can make enhancement for this issue. You can login to our Developer Network >> My Community Center >> Product Feedback to submit your feature request.
Thanks for your valuable feedback.
When you use WebGrid with Doctype tag beside Transtitional DTD, all functionalities will work normally, but it will bring to some UI issues. That's why we always suggest to our customer to use HTML 4.0 Transitional DTD.I noted if you have used WebGrid build 215. I think we didn't fix any related issue after that build version. There is bug that could be related with this issue "WebGrid is shrinked after RefreshAll function is invoked and AutoFitColumn feature is enabled" but it has been fixed in build 214. (You can check the version history at this link).
I have confirmed that c:\windows\microsoft.net\framwork\v2.050727 is a directory and also that c:\windows\microsoft.net\framwork64\v2.050727 is also created.
Hi Frank,
It is interesting, your path directory seems missed the e character in Framework word. Is it typo?I suggest you to create a screenshot that show the directory at your end. Thanks,
I just consulted with our dev team and they said if it seems the installer can't find $WINDOWS$Microsoft.NET\Framework\v2.0.50727 directory on your computer.Could you paste the directory of ASP.NET 2.0 which installed on your computer? For e.g : C:\Windows\Microsoft.NET\Framework\v2.0.50727
Hi Darren,
Could you try in our live sample at http://live.intersoftpt.com/cs/WebInput/DisplayFormatDateTimeFormat.aspx?noframe=1&path=/WebInput/DateTime+Input and try to change the culture to English (Canada). I think it is okay here. (Please refer to attached screenshot)So I suggest you to apply latest hotfix which is WebInput 3.0.7200.213. You can get the hotfix using Update Manager. Please refer to this article to apply hotfix http://intersoftpt.com/Build/ApplyHotfix
After all then I suggest you to run this sample from your computer. You can get the sample from WebInput sample project and find sample named DisplayFormatDateTimeFormat.aspxPlease let me know the result at your end. Hope this helps.
Hi Johnny,
You need to set PostInputControls = "True" in FlypostBackSettings of WebButton. This configuration will let WebButton to post all input controls from ISControls and ASP.NET controls while WebButton performing FlyPostBackAction. I think this will fix the issue. PS: If you have hidden field(s) that you want to post then you need to set PostHiddenFields = "True"
May I know WebInput buid number that you used? And also if it's better if you can describe steps to reproduce the issue, which configuration that I need to set to make me able to reproduce the 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