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
In order to show HTML markup in the cell please use the columntype Custom. Here is the snippet for value column
<ISWebGrid:WebGridColumn Name="value" DataMember="value" Caption="value" ColumnType="Custom"></ISWebGrid:WebGridColumn>
In the attached sample, the button column is binded to the ParentKey column, the idea is to assign the value of the parent key to the buttom column so during button click the last selected object key value will be available.
Here is the snippet:
<ISWebGrid:WebGridColumn Name="btnColumn" DataMember="parentKey" ColumnType="Button" ButtonText="Postback!" ButtonAutoPostback="true" ButtonPostbackMode="OnTheFly"></ISWebGrid:WebGridColumn>
We have some documentation regarding AddInput on WebUIFramework documentation in the article titled Walkthrough: Sending data to server using OnTheFlyPostBack architecture
The LoadValue(true) method will not execute synchronously in the latest released build. This will be fix in the next hotfix build.
For hierarchical scenario, you will need to expand the parent row first in order to retrieve the child row cell information. Attached is a simple sample of hierarchical scenario that will alert the selected child row key value using server side button click.
Sorry for the late reply, as you may know, we have some issue with our Sharepoint test machine in the last few week.
We have been able to replicate the issue in our environment. We will analyze the issue and inform you if there is any progress or update.
Sorry for the late reply, we are still analizing the sample to determine the source of the error. Our developer just found out the source of the error and the fix is scheduled to be included in the next WebInput hotfix.
It seems the fix for this bug was too late to be implemented in WebInput build 215. The fix will be included in the next hotfix release.
Based on your analysis and scenario, perhaps we could use AfterItemSelected client side event and during the event we will trigger a custom flypostback event in order to query the data and set the value to the textbox.
Attached is a simple sample of the above suggestion.
Using request monitor, we could also see that the WebUIValidation is trying to be loaded. Attached is the WebUIValidation.js which is trying to be loaded by the WebInput
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