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 Soniya,
If you already knew how to show dialogbox on click DropDown button, you should able to use it in WebGridColumn.You only need to integrate it. Nothing change in the code if you want to show dialogbox when clicked WebCombo dropdown because this is handled by WebCombo, not WebGrid.
Regards,Handy
Hello,
Based on discussion with our developer teams, unfortunately, it is not a bug. Using FilterExpression does not mean the operation done in server. In server, ISDataSource still selects based on your SelectMethod. There is no filter expression in query at all. So, basically, filter expression process is done in client side process.Since WebGrid has its own mechanism for filtering, filter expression from ISDataSource would be reset because it is client side operation.
Hi,
I can replicate your issue. I would try to discuss with our developer teams regarding this matter. I will let you know when it's done.
Hello Carlos,
Based on my replied on Developer Network, when set ShowStatisticsOnComplete as false, this issue would occur. Please try to remove this property and let me know the result.
Please allow me to understand further your point in order to avoid any misunderstood point.Do you want to expand the group row include the child in hierarchical too?
I saw that your used row.ExpandGroupRow(). However, what is this row object? Is it based on row selection?Please remember this row should be a group row object. If row is based on row selection, please ensure that you select the correct row.
Hello Suhas,
Based on your description, I tried to load WebGrid based on saved xml. When I looked up into GetRowsCount, it shows the correct result for multiple times. Perhaps, there are something I missed. Can you provide me a simple runable sample that replicates this issue? Perhaps, your structure is required.But I still need it to be runable in order to debug and anlayze the issue.
Hello Peter,
We would try to bring fix before that. For your question about refresh. You can call Refresh() onAfterInitialize clientside event.
Hello Richard,
As default, UXListBoxItem could not be dragged or dropped. UXListBox has properties AllowDrop,AllowDropItem,AllowMoveItem,AllowRemoveItem,AllowReorderItem for that scenario. As default, those properties are set to false.
Hello Tim,
Here, I sent a sample about how to get object in child from parent page and how to get object in parent from child page.Hope this helps.
You would need to hide via element. In OnAfterInitialize clientside event, simply set style display as none.
function WebGrid1_OnAfterInitialize() { var grid = ISGetObject("WebGrid1"); grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).childNodes[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display = "none"; }
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