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 Gao Yixin,
Yes, of course we are able to do so. Since in our EditingForm.aspx, we are using our component as well and most of them is Webcombo and WebInput. So by simply go to "./WebScheduler/EditingForm.aspx" and create a client side event for a desired component. For example, in these following snippet, I have created an event of OnClick on StartTime WebCombo in EditingForm.aspx.
JavaScript:
function WS_Onclick(controlId) { var WebScheduler1 = ISGetObject(controlId); // Do task in here return true; }
HTML:
<ClientSideEvents OnClick="WS_Onclick">
I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
Hi Shawn,
I cannot modify your sample since I do not know which one is the child table. To make it easier for me to investigate, could you provide me with the sample and possibly your database?
However, please ensure that you have specified the child table in prepare data binding server side.
Thank you and have a nice day.
Hi Vincenzo,
For your information, currently we do have a WebScheduler version 3.0.1000.5. You can simply get latest from your Developer Network and the issue should not be persisted in that version.
Hi Jean,
Glad to hear that it has solved your problem. Yes, all the JavaScript is already included in those, so you do not need to copy them.
Your feedback will be highly appreciated. Thank you and have a nice day.
Hi Somer B,
First of all, may I know what is the component that we are talking about? and, by default, our SmartWebResources will automatically do cache. So, could you kindly send me your sample that replicate the issue or provide the link of your particular Site? I will need those to investigate it furthermore.
** Double Post **
Hi Gong Ping,
I have tried your scenario and it works just fine in my end. When I set the paging size to 10, the WebGrid will show us 10 rows only and when I tried to Group them, it will only group those 10 rows. By you mean "the grouped rows page size", does it mean the group header? If so, by default, the group header will only show 4 of them with total grouped rows is 10.
Here, I attached you my running sample using Northwind database and a screenshot when I did grouping. Kindly run and test my sample and give me a feedback of it.
Forgive me, however, I am not able to replicate the issue of yours. Please kindly check the video that I have attached in here and let me know if it does not meet your scenario. Thank you and have a nice day.
Hi Yuan Zi,
Sorry to tell you, however, our WebcoverFlow does not support that kind of feature. By default, the item that included in WebCoverFlow is clicked able. Thank you and have a nice day.
You can simply set them directly from your WebCoverFlow. I have tried this on page load and it works just fine. Here is the snippet to do so:
protected void Page_Load(object sender, EventArgs e) { WebCoverFlow1.StartUpPosition = ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowStartMode.Custom; WebCoverFlow1.CustomStartIndex = 0; }
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