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
Hello,
It is not shifted because there is no select parameter method in there. You did use parameter, but there is no specific method to handle the parameter.In your sample, the parameter is correctly sent. But even though the parameter is correct, there is no operation to filter the parameter at all at back end. Perhaps, in your Select logic, you need to add your filter expression or query.Example:
DataView view = new DataView(table); view.RowFilter = "VisitDisplayName = " + "'moduleName'";
In this way, you won't need to call any code in button click, because everything would be handled by select method in ISDataSource.
Regards,Handy
var imgSet = dm.ImagesSettings; imgSet = ~/Images/;
Currently, Our ClientUI works for SL3&SL4 environment. We also aware about SL5 that is coming up and we do have a plan to deliver SL5 support. So, I think you should no worry about SL5.
I am glad that you resolved your previous error. Regarding your current issue, Can you send me your web.config? There should be no problem when running authentication. Our product mostly has been used inside authentication scenario by our customer. Perhaps, you would need to clear the browser cache and asp.net Temporary files in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files.
The problem is dlg.ImagesSettings still has an old images settings. Please try to define your image settings again in dlg.ImagesSettings and let me know if the issue still persists.
Yes, I know. Normally, UXPage is always in Maximum size. Perhaps, you container which loads UXPage is not maximize. E.g In our ClientUIDesktopApplication template, Welcome.xaml is a UXPage which load inside a window.As default, it always show in full container. You can define the loaded window/container just from its window/container property. If you use window as its container, it surely has properties that I mentioned before.
But if it is purely UXPage itself, the position can be set WindowLeft and WindowTop properties.
That should be not happening. Can you send me a simple working project that replicates this issue?I will try to see what's wrong in here.Is you project a WebApplication project? If yes, please ensure that Copy local property of each assemblies is set as true (click a assembly in references folder and press f4).
You can specify its height and width in height/width property. To set maximize for window, simply change WindowState property to Maximize. Last about window startup position, you can configure the position in WindowStartupLocation property.
Can I know how you set your the path of your custom image? Is it from client side script? Or from properties? It would be more helpful if you can let us know your page structure.
Hello Yousif,
If that so, we suggest you to turn off AllowShowAllRowsOnDropDown. We also have LoadOnDemand.aspx sample in our WebCombo samples by using ISDataSource. FYI, you can also use CustomObject or even StoreProcedure in ISDataSource.You can also see that in LoadOnDemand scenario, AllowShowAllRowsOnDropDown would be ignored even though your turned it on.
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