User Profile & Activity

Glenn Layaar Support
Page
of 99
Posted: October 19, 2009 11:14 PM

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>

 

Posted: October 19, 2009 5:38 AM

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>

 

Posted: October 19, 2009 2:04 AM
Our Selfreferencing feature is applied on table level, so it is possible to combine hierarchical and selfreferencing feature. We already have provided a sample for such scenario on the SelfReferencingwithHierarchicalGrid.aspx page in the WebGrid sample.

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.

 
Posted: October 19, 2009 12:45 AM

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.

Posted: October 16, 2009 5:07 AM

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.

Posted: October 16, 2009 4:35 AM

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

All times are GMT -5. The time now is 1:05 AM.
Previous Next