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,Thank you for your reply.I am sorry for the late response.I made a simple sample based on your information.I try to run in IE 9 and Firefox 15 as well, but unfortunately I can’t reproduce you issue on my end.Please have review on my sample and let me if there are configurations that I missed.Thank you.Regards,Hans.
Hello,I sorry for this misunderstanding.I made a simple sample based on your information.I created the WebFishEye’s button in design time and I created the WebDesktopManager’s window in runtime.I set the window’s ContentMode to “UseIFrame”.The textbox’s content is back to the original state (empty), after I close and open the window again.Please kindly have review on my sample and let me know your response.Thank you.Regards,Hans.
Hello,I made a simple use WebDesktopManager and WebFishEye.I create one window then I add a TextBox to the window.After that, I run the sample and I add some text to the TextBox.The text always in the TextBox, although I’ve closed the window and reload the window through WebFishEye’s button.I attached my sample. Please have review on my sample and let me know your response.Thank you.Regards,Hans.
<style type="text/css"> .WebToolBar1_ItemStyle_Over { border-bottom: #316ac5 1px solid; border-left: #316ac5 1px solid; background-color: Red; font-family: Tahoma; font-size: 8pt; border-top: #316ac5 1px solid; border-right: #316ac5 1px solid; } </style>
Thank you for your understanding.Regards,Hans.
Hello,Thank you for your information.To resolve this two lines issue, please try to modify your code to this code below:
grid.UnfreezePane();grid.LayoutSettings.FreezePaneSettings.MaxFrozenColumns = 4; window.setTimeout(function () { grid.FreezePane(4); }, 50)
Hope this helps. Thank you.Regards,Hans.
Hello,I made two simple sample based on information that you provide.1) I bind the WebGrid to ObjectDataSource (Northwind database and Customers table).I set the column’s visibility like your current scenario. And I set the “ActiveFrozenColumns” property to “2”.But unfortunately, I can’t replicate your issue on my end.Please have a review on my sample and let me if there are configurations that I have missed.2) For your second question. Basically that is the WebGrid’s behavior. WebGrid will set the value of ActiveFrozenColumns, based on what you have initialized.Perhaps you could add some validation in WebGrid’s InitializeDataSource server side event.Here’s the example snippet validation code:
protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e){ if (IsPostBack) { WebGrid1.LayoutSettings.FreezePaneSettings.ActiveFrozenColumns = 4; WebGrid1.LayoutSettings.FreezePaneSettings.MaxFrozenColumns = 5; } }
Thank you.Regards,Hans.
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