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
I webgrid in the dynamic of the column and column according to create dynamic created WebCombo and set up WebCombo. EntryMode = EntryMode. AutoComplete WebCombo data source is DataTable to the edit state input words after after this time the whole prompted page refresh me want to editing tips and refresh the page is not after I test but if be manual added column won't, there is a way to make it not refresh it help me
created WebCombo :
protected void CreateCombos(WebGridColumn wgc){if (wgc.Name != "id"){WebCombo cb = new WebCombo(wgc.Name);combo.Controls.Add(cb);cb.DataTextField = wgc.Name;cb.DataValueField = wgc.Name;cb.LayoutSettings.EntryMode = EntryMode.AutoComplete;cb.LayoutSettings.AlwaysShowHelpButton = false;cb.LayoutSettings.AlwaysShowSearchButton = true;cb.LayoutSettings.ComboMode = Mode.SingleColumn;cb.LayoutSettings.StatusBoxVisible = true;cb.LayoutSettings.AlwaysShowSearchButton = false;cb.UseDefaultStyle = true;cb.AllowWildCardSearch = true;cb.AdditionalSearchFields = "pinyin";cb.Latency = 0;cb.MinCharsToRequest = 1;cb.DataSource = mydatatable
cb.DataBind();wgc.EditType = EditType.WebComboNET;wgc.WebComboID = cb.ID;}}
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