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 Matt,
Please see BatchUpdate.aspx in our WebTreeView sample. You can AddNode or RemoveNode. When made selection expand or collapse the node, then postback, the state would be still remained.
Regards,Handy
Hello,
Unfortunately, that is already the best we can offer in AutoComplete. When using AutoComplete feature, user also should know that there is also a timeout until the list of data back from database. So, It is acceptable I think. Navigate to fill the form faster as you did in video, is not the common way to do.User also has a little time when typing the text.Here is the link to have LoadOnDemand.In the updated sample, I also can run it without issue. The label is updated and I don't get any javascript error regarding the date. Please ensure you have used the latest hotfixes of WebUIFramework, WebCombo, and WebInput.If the issue still persists, please send me the recording video. Maybe I am missing something in replicating the issue.
Currently, we don't have a proper property to handle this style.I tested to change it via element but it seems the style is overriden by disable attribute from the browser.After change the disable attribute, I am able to change it color.
var navPane = ISGetObject("WebNavPane1") navPane.BarItems[0].Items[2].GetElement().style.color = "Red"; navPane.BarItems[0].Items[2].GetElement().disabled = false;
Regards,
Handy
Hello Michael,
Would you mind to let us know your machine environment?
Hello Eric,
Thank you for the detaisl. I will forward this to our developer teams.
This cannot be done in server side. You only can do it in client side with OnAfterInitialize event and run below code.
var grid=ISGetObject("WebGrid1"); grid.GotoPage(2);
Unfortunately, this is already beyond of control. You would need to discuss with Visual Studio team.However, If Visual Studio supports this font, you should be able to use it in WebInput.One thing you need to know, all styles such as font family are supported. As long as, you can also define it in CSS. If you try to define Helvetica font and run in the browser, would it run the style or the default?
Ok, Can you let us know your WebGrid settings? You haven't answered that yet. I might also need your web.config. Maybe other settings in your application can also cause this issue.
Hello David,
I am afraid this is not possible. If you inspect the element, it is using table as the container. It would be difficult. Event if you can move it, it would mess up the layout.
Hello Huzefa,
About AutoComplete behaviour, it is not a bug. It works correctly fine. The issue you faced when focus, is closely due to the network latency.
i.e, the result is returned from server slower than tabbing out.
protected void cmbPaints_ValueChanged(object sender, ValueChangedEventArgs e) { cmbColor.Value = "5"; cmbColor.RequiresUIRefresh = true; cmbColor.DataBind(); cmbColor2.Value = "7"; cmbColor2.RequiresUIRefresh = true; cmbColor2.DataBind(); dtEffectDate.Value = DateTime.Now.ToString(); dtEffectDate.RequiresUIRefresh = true; lblSelected.Text = "Select paint is => "; txtMain.Text = cmbPaints.Text; fpb.ClientAction.MarkDirty(txtMain); }
For javascript error that you faced in Date, please send me a sample that replicates the error.I would like to have the same thing with 'update only some parts in WebFlyPostBackManager' issue.I need the sample to investigate your issue.Regarding LoadData in WebCombo, it is already WebCombo behaviour.More safely, if you put in correct events (InitializeDataSource).Of course you can also improve the performance.You can handle your own query freely by using AllowAutoQueryHandler false and LoadOnDemand. You can also read about how to improve WebCombo performance in our documentation.
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