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 Tenika,
If you want to bind the data, you need to put the code inside InitializeDataSource event. As well for modified outside of the grid, you could use this code to refresh the data :
protected void btnSave_Click(object sender, EventArgs e) { DataSet ds = SaveDataReturnsNewDataSet(DropDownList1.SelectedValue, TextBox1.Text); if (ds != null) { WebGrid1.ClientAction.Refresh(); } }
The code will InitializeDataSource and get the latest data.
Regards,
Julia
Hi Jocelyn,
Could you help me to investigate your issue by send me your whole running sample that replicate the issue, complete with dll bins? Thank you.
We recommended you to use e.DataSource = dt; instead of WebGrid1.DataSource = dt; and then placed it in WebGrid1_InitializeDataSource event. Also, you don't need to add code WebGrid1.ClearCachedDataSource(); and WebGrid1.Databind();
Below is an attachment of my simple sample on how to bind from server side that we recommended. Please find a file name BindServerSide.rar. You could use this method when you want to create server side binding.
I hope this can help.
Hi Madhavan,
Yes, to use our components you need to enable the ActiveX.
Hi Alex,
I have created a sample based on your scenario. Please find an attachment file with name iframe.rar. I hope this sample has appropriate with your need. Please let me know if you need another help.
Hi Mark,
If you want to export the WebGrid from client-side, we have a helpful sample that you can used. Kindly go to WebGrid's sample > ProgrammaticExportClientSide.aspx. I hope this sample could help.
Hi Nick,
I am sorry but this is the default behavior of ascending sorting in WebGrid. The nullable value will be shown in the top.
You could add it manually in WebGrid Designer > Text Settings > Add. You can change for the Tooltip text here. I hope this help.
Hi Dennis,
Unfortunately, we didn't support to add image from client side in WebTreeView. However you can request for this valuable feedback through Developer Network > Community Center > Product Feedback > Feature Request, so that our development team could check the probability to implement this feature.
Hi Allan,
I am sorry but currently we don't support the feature right now. If you want to display the export report immediately, you need to do it from client side.
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