User Profile & Activity

Handy Surya Support
Page
of 223

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.

Regards,
Handy

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.

Regards,
Handy

Posted: April 19, 2012 2:42 AM

Hello,

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.

Regards,
Handy

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.

Regards,
Handy

Posted: April 17, 2012 10:27 PM

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.

Regards,
Handy

Hello,

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.

Regards,
Handy

Hello,

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()

Regards,
Handy

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.

Regards,
Handy

All times are GMT -5. The time now is 10:54 PM.
Previous Next