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,I’m glad to hear that you have found the solution for this issue.Should you have further question, please do not hesitate to contact us.Thank you.Regards,Hans.
protected void WebGrid1_InitializeCell(object sender, ISNet.WebUI.WebGrid.CellEventArgs e) { if (e.Cell.Column.Name == "Product Numbers") { e.Cell.Column.ColumnType = ISNet.WebUI.WebGrid.ColumnType.Custom; e.Cell.Text = e.Cell.Value.ToString().Replace(" ", " "); } }
Hope this helps. Thank you.Regards,Hans.
Hello,
Would you mind to provide me more information about your scenario?
For example, how do you display the data in the WebTab.
As far I know, WebTab is only a content control and it can load any control inside the tab pages.
In my humble opinion, the load data should be in a control that would be loaded inside our WebTab, correct?
In this case, I would need to know your details scenario before can suggest anything.
Thank you.
Regards,
Hans.
Hello,Thank you for your information and code.I made a simple sample that maybe similar with your scenario.I adding the columns during the PrepareDataBinding event server side as well.However I still can’t reproduce your issue on my end.Would you mind to modify my sample, so it can replicate your issue? And could you please tell me the setting that I’ve missed in my sample?Thank you.Regards,Hans.
Hello,Thank you for the code.Could you provide me more information about your code?For example, where do you get the value of “returnObj”? Or what function and how you call the function to hide the column?Or if you don’t mind, could you provide me a simple sample that replicate this issue?So I can help you to investigate this issue further more.Thank you.Regards,Hans.
Hello,Thank you for your sample.After I investigated you code, it seems the issue persist due to mistakenness in your code.You already define the WebGrid’s structure from the beginning you create the WebGrid.Therefore, you couldn’t delete the structure just by using this code:
WebGrid1.LayoutSettings.Hierarchical = false;WebGrid1.ClientAction.RefreshModifiedControls();
And as far I know, you couldn’t delete table by using this query code:
string StrSql = "Delete from Schedules ";
However, if want to make any changes in your WebGrid’s structure.I recommend you to create the WebGrid’s structure programmatically.With this scenario, you could have more dynamic WebGrid’s structure.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