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,
Please check the attached zip for the demo page and a video depicting the issue.
I have the following WebGrid's settings:AllowFreezing is set to YesAutoFitColumns is set to FalseWidth of the columns are set as pixelated value
When I call the client side Refresh or RefreshAll function through javascipt code like WebGrid1.Refresh(), the grid's column header loses the pixelated width and it sets the header as if the WebGrid is set to AutoFit the columns. The actual data cells doesnt loses the pixelated width, but the column header row gets set as if it tries to occupy the entire width of the WebGrid.
Please check the video for the visuals. I'm using all the latest dlls I have got after applying the SP1 and the latest hotfixes.
Prompt reply will be appreciated!!Br,
Shahjahan Ansari
*Edited: I was unable to repro the issue on my end. I enclosed the video that shows how the page rendered on our tester computer.Please let me know your response.
The issue is not happen all the time. I need to re-fresh the page couple of times in order to repro the issue. We'll have this issue reported to WebGrid development team. I'm sure they will fix this issue.
*Edited reason : was able to repro the issue after refreshing the page couple of times, since the issue is not happen all the time.
Please modify some of your codes in the proper event.
e.g
All layout settings should be on InitializeLayout or PrepareDataBinding.
Also, some of your code in PrepareDataBinding uses incorrect logic.
e.g correct the code with
protected void grdObj_PrepareDataBinding(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e) { if (!IsPostBack) { grdObj.RetrieveStructure(); } FormatGrid(); }
However, i am able to replicate the issue in here. I will let you know when i got response from our developer teams.
Regards,Handy
FYI, the issue also happen whether you set AllowFreezeColumn or not. To see the issue try to resize and restore your WebDesktop window (random). You will see the issue in there. (the issue also can be found when the page only contains WebGrid.)
Is this solved? Can I run the hotfix to see if its been working fine now?
I have upgraded the dlls using the Update Manager and this issue is not solved yet.
Can I please know when this will be solved?
Its quite urgent now..Br,
Shahjahan
Hi Shah,
Our developer teams have fixed this issue. I will ask them if it is possible to send you the hotfix or not because we are in the middle of working new release.
Can you please send me the hotfix which I can use in the previous version?
I have not yet upgraded to R2 version because the bugs in WebScheduler control.
Br,
Hello Shah,
The issue in this thread has been fixed in R2. I don't know much about WebScheduler bug because I did not handle those thread/issue. Could you please let me know who handled the thread or can you give me the list of WebScheduler bug?
Hi Handy,
Please provide me with the fixed dlls so that I can use it with the older version. I've not got all my issues solved which I have raised in R2 version so I cant really upgrade to R2. Please help me.
Shah
Please refer into this thread. I have uploaded the hotfix in there. Please let me know the result.
The Framework dll and the Webgrid dll works fine and the WebGrid Issue is solved but now the WebTextEditor is not working, The WebTextEditor version i'm using is 1.0.1000.8, I get the following error:
Specified argument was out of the range of valid values.
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: value]
System.Web.UI.WebControls.Unit.GetTypeFromString(String value) +8669975
System.Web.UI.WebControls.Unit..ctor(String value, CultureInfo culture, UnitType defaultType) +611
System.Web.UI.WebControls.UnitConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) +8600237
System.ComponentModel.TypeConverter.ConvertFromString(String text) +12
ISNet.Serialization.XmlSerialization.XmlSerializer.DeSerializeObject() +142
ISNet.Serialization.XmlSerialization.XmlSerializer.DeSerializeObject(Object objInstance, XmlDocument xmlSerialize) +55
ISNet.WebUI.ISNetControl.LoadPostData(String postDataKey, NameValueCollection postCollection) +66
ISNet.WebUI.WebDesktop.WebPaneManager.LoadPostData(String postDataKey, NameValueCollection postCollection) +35
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +346
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
-----------------------------------------------------------------------------------------------------------
The above is not the complete stack trace because this text area returns error If i copy the lines having special characters..
Can you please provide me with the WebTextEditor dlls as well please?
Br, Shah
Here is WebTextEditor hotfix that you requested.
Hi,We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue.Please click here to read the official press release.
You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".
This issue was never been solved properly, please check the attached video and a sample project.I'm using WebUI Studio 2011 SP1.Please reply back as soon as possible.Regards,Shajahan Ansari
I think it is not a bug or issue. The problem is on your current logic. In prepare data binding, FormatGrid() is being called.When sorting or doing some flypostback request, it will render this columns setting again.
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