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
Hi Armore1927,
Actually in WebGrid 8 on latest build, WebGrid has implement new property to preserve its whitespace. You can change PreserveWhitespace property on WebGridColumn to true value to resolve this issue. Please let me know if there are any new issue regarding this whitespace problem. Hope this helps.
Regards,Bernard
Hi Nikola,
In my sample, I'm using Data Context that automatically built from LINQ to SQL Classes item (dbml). You can see the connection definition in Northwind.designer.cs inside Northwind.dbml. You can use aspx with WebMethod like you mentioned above. You can also define the stored procedure for data retrieval inside it as long as you can access the custom class in WebMethod to get the data. For references, you can look the sample in our WebCombo sample about client binding. And to refresh the value inside ResultBox, you can put the same way like in my sample.
WebCombo2.IsDirty = true; WebCombo2.NeedClearList = true; WebCombo2.Values = null; WebCombo2.ClearSelection(); WebCombo2.RefreshValueItems();
Hope this helps.
Hi Nicola,
To achieve your scenario, I've made you an sample. You can download the sample here.
To refresh Client Binding WebCombo using this script. When you select the first WebCombo, second WebCombo will refresh its value. Hope this helps.
Hi,
I tried to replicate your problem in your local end. But unfortunately, this matter doesn't happen in our local end. Whether the AllowFilter set to Yes or No, the popup still open and it won't show any error like you mentioned before. Could you tell us you WebGrid version and build? And is there any sample or steps to reproduce this error in our local end? Look forward to hear any feedback so I can help you further.
This issue has been solved in WebGrid 8 Build 251. You can try our hotfix and please let us know if there's another issue in your local end. Hope this helps.
Actually, there are no methods to find WebCombo inside used pages. The only way to do this is by listing all the WebCombo pages inside your code.
Actually, for now, we couldn't exclude WebCombo for GZIP compression method. This method of GZIP compression applied to whole control in one page. But maybe, you can exlude the page with WebCombo using this module.
http://stackoverflow.com/questions/6939304/gzip-a-single-asp-net-page
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