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.Here’s I attached a simple WebGrid sample that perhaps similar with your current scenario.This sample binds to access data source (Northwind.mdb and Shippers table) and then I add two column that have ColumnType=”Button”.I also add an example validation code in OnButtonClick server side event. Here’s the code:
protected void WebGrid1_ButtonClick(object sender, ISNet.WebUI.WebGrid.ButtonEventArgs e){ if(e.Column.Name == "colEdit") System.Windows.Forms.MessageBox.Show("Edit"); else if(e.Column.Name == "colDelete") System.Windows.Forms.MessageBox.Show("Delete"); else System.Windows.Forms.MessageBox.Show("Other"); }
Please kindly have review on the sample to see the result.Thank you.Regards,Hans.
<script type ="text/javascript"> function onPaneResize() { var WebNavPane1 = ISGetObject("WebNavPane1"); WebNavPane1.BarVisible = 3; } </script>
However, if my answer doesn’t suitable for your current scenario, please kindly provide me more detail or the step by step how-to implement your current scenario.Please forgive me for lack of understanding about the reported problem.Regards,Hans.
Hello,Thank you for your question.It seems you just mistype the code when you try want to the cell value.Please try to modify your code from:
WebGrid1.RootTable.Rows(WebGrid1.RetrieveClientLastSelectedObject().RowIndex)
To
WebGrid1.RootTable.Rows[WebGrid1.RetrieveClientLastSelectedObject().RowIndex]
I also attach a simple WebGrid sample about how to get cell value from server side. Please kindly have review on the sample to see the result.
Hope this helps.Regards,Hans.
Hello,Thank you for your question regarding WebCombo.Actually in WebCombo samples, there are samples to show how to add items that are not in the DataSource / WebCombo. For example: AddItem.aspx, AddItemAdvanced.aspx, etc.I made a simple sample to show to add new item to WebCombo based on AddItem.aspx sample (in WebCombo samples).Please kindly have review in WebCombo Solution Samples and my sample to see the result.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