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 Mark,
Since you don't explain that you use the same scenario as Mr. Ramarajan, I assume that you just got the same problem (result). I'm sorry if I wrong.
If you want to bind the WebCombo to datasource, it is not recommended to bind in PageLoad event, it would be better if you bind it in InitializeDataSource event. Below is the sample code you could use:
protected void WebCombo1_InitializeDataSource(object sender, DataSourceEventArgs e) { dsNorthwindTableAdapters.ProductsTableAdapter da = new dsNorthwindTableAdapters.ProductsTableAdapter(); e.DataSource = da.GetData(); WebCombo1.DataTextField = "ProductName"; WebCombo1.DataValueField = "ProductID"; WebCombo1.AdditionalSearchFields = "ProductName"; }
But if you use the scenario similar with Mr. Ramarajan, could you please attach me a simple sample to investigate the issue? Because I could not replicate the issue.
Regards,
Julia
Hi Shawn,
I have test the WebButton in XHTML and managed to replicate your issue. Sorry for the inconvenience. I will forward this issue to our development team. Thank you.
Hi Syed,
We have documentation about how to create window using javascript. You can find it in WebDesktop Documentation with the title Adding new Shortcut at Client Side. And if you would like to see the sample, kindly open WebDesktop Sample and find the file with name HandlingClientSideEvent.aspx.
I hope this help. Please let me know if you need another help.
Hi Somer,
I'm sorry but it seems that I need more time to investigate your scenario. To meet requirement of your scenario I should check the availability by using WebDialogBox, since the alert I used just work as confirmation and couldn't be used as optional confirmation.
You can use OnClick in ClientSideEvent for confirmation and use CommandClick for server-side event. Here I put an attachment of my simple sample, please find a file named ConfirmationBeforePostback.rar. I hope this sample has appropriate with your need.
Hi Priyakan,
We have sample about Hierarchical, you can browse it at WebGridSamples > Hierarchical.aspx, or for more details about bind WebGrid into hierarchical view, we have a documentation that might be help you. You could find it in WebGrid documentation with title Walkthrough : Binding WebGrid to Hierarchical ISDataSource control.
Hi Rookie,
I have checked the images in your attachment. Your "version of bin" image is show that you already have the latest version of WebGrid and Framework.
However, have you check the ISNet.WebUI.WebGrid.Editor version in your windows\assembly? Because the dll in your project bin and windows\assembly should use the same version. If it is different, you need to delete the old one in window\assembly and then replace by 'drag and drop' from c:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebGrid.NET Enterprise 6.0\ISNet.WebUI.WebGrid.Editor.dll.
Hi Hamdy,
I'm sorry to make you confuse about my last replied.
At your Visual Studio's Design View, right click in our component (e.g WebGrid), and then choose Register SmartWebResources™. Please wait for a moment while the system registering the resources automatically. After you register SmartWebResources, you can run the project without CommonLibrary.
Since the step could not be seen in sample, here I attach a video name RegisterSmartWebResources.rar. Please let me know if this could help or not.
Hi Jennifer,
The server-side events that would be triggered when inserting happened is AddRow event. Then updating would triggered UpdateRow event, and deleting would triggered DeleteRow.
Hi John,
I do some more test of freezing in IE8 and the result is still fine. I understand if every company has its own policy. However, since I could not replicate this issue, please let me know when you get more info or details regarding this issue. I would help you to test this issue from my place anytime. Thank you.
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