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,
AutoFitColumn can have a different result when set to true or false. When set it true, It will re-calculate all the columns width and resize the column proportionally.That's why there is a different time. But I could not say it would affect to performance much. Based on my test in my project and your original project, I still could not replicate very slow performance related to AutoFitColumns.
Regards,Handy
Ok. I have notified this request to our developer teams. I will let you know after I got a response from them.Actually, you don't need the combination server and client. If you used Dexter's workaround, it should work.
Actually, it is a little weird. We never resize the scrollbar. It should be in 19px. So, perhaps you can send us a simple sample that replicates this issue. We need this to investigate the issue.
To set the css class, simply set className property.
example, document.getElementById("tbFreeze_grdProducts").childNodes[0].childNodes[0].childNodes[0].className = "[youclassname]";
It seems there is an issue in our latest build. I will forward this issue to our developer teams and will let you know the update.For temporary workaround, please try to disable/enable the WebButton from clientside.
Currently, our WebGrid does not have a property to adjust scrollbar height or size. You only can change the size from the element.
Hi Eric,
Ok, I will try to check into our system based on IS-5D86A204-3663-4A01-B709-2342F10A6A49 ticketID and will let you know when there is an update from our developer teams.
Our developer are still investigating the possiblity to implement this feature. They have not decided anything yet.
For UI changes can be made on the server side only if the page is on FullPostBack mode. However, refresh is a FLyPostBack action. So, for UI changes, it is better if you do it in client.But if you would like to do in server, try the following code.
protected void WebGrid1_InitializePostBack(object sender, ISNet.WebUI.WebGrid.PostbackEventArgs e) { if (e.Action == PostBackAction.RefreshData) { WebButton1.Enabled = false; WebGrid1.ClientAction.RenderControl(WebButton1); } }
Yes, we are still investigating this issue. But you need to rewrite the code so It can run in the correct behaviour. Please move the code to the correct event which it should be placed. I believe that this documentation has contains this information. We haven't tested to open the documentation in network drive. But you should have our documentation when installing the product.
Once again, The binding should not place in page load. It should be placed in InitializeDataSource event.We can only continue the investigation after you moved the code.
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