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,
Yes, It has been fixed. Please try to get the update from UpdateManager.
Regards,Handy
The issue should have been fixed on 22 March. Please kindly check the history at http://intersoftpt.com/Support/WebCombo/VersionHistory/.Regards,Handy
Hello Greg,
Please refer to what I said before in my previous post. To resolve the issue, please simply add ISNet.WebUI.dll in your project bind folder.
Hello Frank,
Please find the nightly build in below attahment. As I explained before, the paging only works in Parent, not child. You can show that Child rows are correcly loaded within this build.Hope this helps.
If you use the current structure, It is not possible. You would need to change it into others.In current sample, it use <grid>. The content itself inside, does not have height as you expected. It could not auto fill when using grid. I suggest you to have DockPanel. You can use IsFillElement to set the DockPanel to be fill all the content.
Hi Frank,
Ok. I will talk with our developer today. Please kindly let me know your date release. If it is possible, I will send you a nightly build.
Hello Richard,
Isn't it resized also when browser resizes? Please see my below screenshot. If this is not what you meant, please send me your resize behaviour in recording video. I would like to know in detail which part the issue.
Please kindly check your web.config and see if there are any ISNet assembliesthat refer to GAC (C:\windows\assembly).If there are, please remove them and add the assemblies manually in your project bin folder.
In deployment, we did not install product in deployment environment. That's the reason why the assemblies are not in GAC. Unlike, development, those assemblies are in GAC. You can add those assemblies from C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin. Hope this helps.
Have you seen my sample? Did it work on you? As I said before, please send me your runable sample. I need to see the issue and replicate as well in here. Regarding your sample, I could not run it because there are several missing resources. Looking into your code, it seems you did not bind your WebGrid in proper event like InitializeDataSource event. Also, I think you tried to rebind WebGrid. But as far I know, the code is not recommended.
wgClosePOs.DataSource = ClosedPODS wgClosePOs.DataBind()
it should be :
wgClosePOs.ClearCacheDataSource() wgClosePOs.DataSource = ClosedPODS wgClosePOs.RebindDataSource()
Hi Greg,
I think the data is loaded. Only the resize issue in WebGrid. Once again, if you click refresh icon in WebGrid2, would it show data and size correctly?I also attached my sample. It works fine in here. Perhaps, you can also send me your runable sample. I need it to investigate what is the issue.
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