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 code I converted was from the earlier snippet that I send for you in C#. Since in your code you are using SqlConnection and not OleDB connection you will need to use SqlConnection. Here is the snippet:
Dim conn As SqlConnection = e.ObjectInstance.GetType().GetProperty("Connection", BindingFlags.NonPublic + BindingFlags.Instance).GetValue(e.ObjectInstance, Nothing)
What I meant in manually refreshing the grid is the user need to manually click the refresh icon in the lower right portion of the WebGrid.
Currently I have no timeline for a fix for this issue.
Per your request, I have also try using FlyPostBackManager to subsitute the UpdatePanel. However, the issue still persist. Attached is the modified sample using FlyPostBackManager.
The fix will be included in the next hotfix which is scheduled to be release in a few week at the latest.
After testing the sample, I have reported this issue as a bug to our developer.
My test also indicate that you could refresh the grid manually after the data is loaded in order to resolve this issue.
We will inform you if there is any update or progress regarding this issue.
In my test, in order to attach the ObjectCreated event handler you will need to set the event handler in the design mode. Here is the snippet:
<isdatasource:isdatasource runat="server" ID="ISDSSchedule" SchemaName="WebScheduler.dsSchedule" onobjectcreated="ISDSSchedule_ObjectCreated">
As you requested, here is the event handler / reflection code in VB:
Protected Sub ISDSSchedule_ObjectCreated(ByVal sender As Object, ByVal e As ISNet.WebUI.DataSource.ISDataSourceEventArgs) Dim conn As OleDbConnection = e.ObjectInstance.GetType().GetProperty("Connection", BindingFlags.NonPublic + BindingFlags.Instance).GetValue(e.ObjectInstance, Nothing) conn.ConnectionString = 'New connection stringEnd Sub
For such scenario you will have to use CustomConditionText property. Please use
a.CustomConditionText = "EXEMPTION_FLAG = 'y'";
Instead of
a.ColumnMember = "EXEMPTION_FLAG";a.ConditionText = "y";
If you have null value cell in the datasource.
In order to display the drop down icon, we are using Webdings font. If you would like to override the DropDown style CSS please add this line in your DropDown custom style:
font-family: Webdings;
Regarding the other issue, our default CSS has already taken account the margin, padding, border, dimension in order to show the component correctly. If you would like to orverride the CSS please set the attribute for your custom css as well. You could analyse the default CSS style by using DOM inspector for example the Developer Tools in IE8 or Firebug in Firefox.
Based on the test result by the developer this issue is caused by IE HTML rendering bug. Our developer suggestion for this bug is to use XHTML doctype in order to solve the issue.
The Timeline event move operation JS error is caused by a bug. I have submitted a bug report to the developer. Since you are using a nightly build version, some issue should be expected, since the build has not fully complete the testing cycle.
Regarding the multiple day event movement in the month view, currently WebSchduler only support moving time based single day event. WebScheduler have not support moving event for all day event or multiple day event in month view.
We will inform you if there is any update / progress regarding this issue.
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