iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
As far I know JSON is only designed for client-binding. But If I am not mistaken, we can enable client binding but still use server mode. I already checked by using HTTP watch and JSOn would be generated.However, it is still unclear about what you wanted to do in your scenario.
Regards,Handy
Hello Huzefa,
If you want to have a search also based on another column, you should be able to do it by using AdditionalSearchFiled properties. All you need to do is select also that table in your datasource query.You don't need to add a additional column and hide it.
For the weird AutoComplete behaviour, would you mind to provide more details such as video recording or a simple sample that replicates the issue?
Unfortunately, you could not filter on each column header in WebGrid. We don't have any feature of that.It also could not be achieve DropDown template.
Hello Jean,
I am also able to replicate the issue in our simple sample. I will forward this to our developer teams.
Ok, Thank you for your sample. I can replicate the issue in here. This issue can be replicated not only using F11 but all the time when resize the browser (maximize or minimize). I will forward this issue to our developer teams and will let you know the result asap.
Which one forecolor that you referred to? We have several forecolor style in WebCombo such as TextBoxStyle,FrameStyle,ResultBoxStyle and etc. I think you could not change the style via properties in javascript. You only can change it via element.For tooltip, currently, there is no method to change its tooltip. You also could not set it via properties in javascript. However, you can get the div text element and set the title.E.g Please refer into my sample.
Hello Nicolas,
I am able to replicate this issue. I will deliver this issue to our developer team.
Hello Alex,
I am sorry for the late response and also please ignore my previous post.After done some investigation, your scenario is not a bug. This happen because you use AutoQueryHandler as false.This condition similars with LoadOnDemand scenario (programmatic).If you ever have our old WebCombo such as WebCombo2, you should notice that you would need additional code to persist the text or value during FullPostBack.
I attached a simple sample to help your scenario.
I've been informed by our developer teams regarding this issue. However, this is not a bug. This issue is raised by browser limitation. Since this is a browser limitation, we could not do much about this issue.
We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change ResultBoxType into normal.Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.
We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change menu window type of contextmenu as normal.Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.To change the type, you will need to handle it OnContextMenu clientside events in WebDesktopManager.
Here is the snippet code:
function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu) { var WebDesktopManager1 = ISGetObject(controlId); menu.MenuWindowType = "Normal"; return true; }
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