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
The error could only be replicated if you did not set the DataKeyField in the WebGrid table correctly. In my test you will need to set the DataKeyField during page load and after RetrieveStructure during PrepareDataBinding. Here is the snippet for PrepareDataBinding event handler:
void _grid_PrepareDataBinding(object sender, DataSourceEventArgs e){ if (!Page.IsPostBack) { _grid.RetrieveStructure(); } _grid.RootTable.DataKeyField = "CustomerID";}
My test also indicate that the PerformBatchUpdate function still fails to update the Grid during postback. The bug report has been reactivated and being investigated by our developer.
You could view the WebCoverFlow layout in the WebAqua Documentation, article "Layout Structure".
In order to achive the biggest coverflow element, you will need to collapse the control panel element and text area element with this property:
ControlPanelVisibility="False" ControlPanelPosition="0" TitleSpace="0" SubTitleSpace="0"
In my environment, I could not replicate the error you encounter. My environment is using the latest build of WebAqua 2 and WebUI Silverlight Framework 1, build 221 and build 104 respectively.
Did the issue also occurs in our provided FishEye Silverlight sample?
Do you mind sending us a sample project in order for us to replicate the issue in our environment?
My Test with the attached sample indicate that using the SetSelectedRowByValue already has the same behavior with user selecting from the dropdown.
After postback, the XmlNode will contain Text and Value node which indicate the selected item. For example is selected item is "Peter Schuler" from the attached sample:
<Text><![CDATA[Peter Schuler]]></Text><Value><![CDATA[2]]></Value>
The sample is run using the latest build of WebCombo 4 and WebUI Framework 3, build 219 and build 752 respectively.
As far as I know, WebGrid will only accept boolean value for checkbox column.
For your scenario, you will need to add a new boolean column during InitializeDataSource server side event and during InitializeRow server side event you will need to set the boolean column based on the Y on N value.
Attached is a simple sample of such scenario
Perhaps I could offer a workaround for such scenario.
Currently WebScheduler will need an ID column with numeric data for reasons that has been explained by my colleague. Since you will need an ID column with string data, you could have 2 column ID one for the numeric data which is need for WebScheduler processing and the other one will hold the string data for your own processing.
Attached is a simple sample page that I create in order to recreate the issue you are facing.
In my test, after postback the WebGrid will keep it state after postback (sort and filter). The test is using the latest build of WebGrid 7 and WebUI Framework 3, build 403 and build 752 respectively.
Do you mind explaining in more detail the scenario you are using in order to replicate the issue?
Does the issue also occurs in our provided sample? If not do you mind sending us a simple sample of the issue you are facing?
Regarding the PagingExportMode issue in self reference grid, the issue is currently still open.
Our developer is currently focusing on the WebUI Studio 2010 R1 release, so the self reference grid export issue fix is currently being planned for May release.
For your scenario, my suggestion would be inline with your solution. We must manually remove and add the new option during OnEnterEditMode client side event handler.
On the other hand, if you are using WebCombo, you could try using SetAdditionalFilter method to filter the data based on certain criteria as detailed in the WebCombo documentaion on article titled "How-to: Filter the data in WebCombo using SetAdditionalFilter method"
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