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 Shresta,
We could make the WebCalendar to overflow out of the WebDialogBox, but I won't recommend it. It will be much more cleaner by wrapping the WebCalendar inside a div that will let you scroll for the overflowed calendar item. As a reference, I have attached a simple sample as a reference. Please have it evaluated on your end by adding it to WebEssentials sample.
Best Regards,Leo
Hi John,
Glad that it worked for you. For your information, currently we only support lowercase "and" for Between filter type, so you must use lowercase "and" to make it work.
Hi Jimmy,
I have tried VisibilityBinding on section for Android, iOS and WinPhone platform. And the result was it work well on iOS and Android. It seem there is no support for WinPhone. For an error you are facing when using VisibilityBinding on section, did you by chance bind using Model source? For your information, currently we only support VisibilityBinding on section with Model source for iOS platform.
I have submit this two feature as a feature request. For Android, I have submit it under "CROS-795", And for winPhone was under "CROS-794".
Regarding EnabledBinding on section, it was not supported on any platform. If you need this functionality in your scenario, I will help you to submit this as a feature request.
I have made a simple sample in order to reproduce your issue. Unfortunately I could not reproduce your issue. I could add between filter programatically.
I have attach a simple working sample as your reference. Please have it evaluated on your end by adding it to webgrid sample included in installation folder.
Hi James,
Please expect a fix for this issue to be ready before the end of April.
Hi Rupesh,
You could achive this by applying an additional filter to WebCombo based on related column when you enter edit mode. As an example, you could run the following javascript as WebGrid OnEnterEditMode client side event handler:
WebGrid_OnEnterEditMode = function (controlId, tblName, editObject){ var cell = editObject.ToCellObject(); if (cell.Name == "State") { if (editObject.type == "WebComboNET") { var pincode = cell.Row.GetCells().GetNamedItem("Pincode").Value; var webCombo = editObject.element; var tempValue = webCombo.Value; var tempText = webCombo.Text; if(pincode == "") webCombo.ClearAdditionalFilters(); else webCombo.SetAdditionalFilters("[State_Pincode] = '" + pincode+ "'"); webCombo.Value = tempValue; webCombo.SetText(tempText); } } }
That should do it. Please note that setting the additional filter for the same column as DisplayMember might cause an unwanted user experience.
Thanks for your information. I have report this to WebGrid development team under 'ASPNET-157'. I will get back at you if there is an update.
Regards,Leo
Hi Leo Hong,
Your welcome.
Best Regards,Leo Chandra
I have re-upload the video. Please find the video on attachment.
FYI, The only changes that has been made to your project was the connection string to the database.
We have update crosslight to support Command binding to UIButton on group header section. Please find the nightly build here. Please note that you need to use Unified API for it to work.
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