User Profile & Activity

Yudi Support
Page
of 12
Posted: September 1, 2009 3:27 AM

WebScheduler integrates natively into ISDataSource control (Intersoft’s flagship datasource control) to provide you with multiple tables binding capability.

There should be no problem if you are using Oracle as the backend database. As long as it returns datatable and able to be recognized by ISDataSource.

Posted: August 25, 2009 3:54 AM

It is likely that you are using xhtml doctype in your WebScheduler page. 

Please try to change your xhtml doctype from

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

into the following

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>

This surely will help. Please let me know if you have different scenario.

Posted: August 25, 2009 3:01 AM

I have followed the steps to reproduce the issue. I have WebGrid export result file shows “Caption1” rather than “Name1” as you mentioned earlier. Only the export to xml option that will use column name rather than column caption in the export result file.

I attached the test page that I created to test the scenario. You can make any changes to the test page so it replicates the issue for further investigation.

About the review changes dialog box, currently it is the default behavior of WebGrid to shows changed cells listed by column name rather than column caption. Please submit this valuable feedback as feature request in “Community Center” of Intersoft Developer Network (http://dev2.intersoftpt.com). WebGrid development team will check the feasibility to implement the feature in the upcoming build.

Posted: August 23, 2009 9:56 PM

There is “Caption” property in WebGridColumn class. You can use it to get or set the text displayed in the column’s heading area.

It can be set manually from Visual Studio source view.

<ISWebGrid:WebGridColumn Caption="CustomerID" DataMember="CustomerID" Name="CustomerID"
    Width="100px">
</ISWebGrid:WebGridColumn>

 Or by using WebGrid designer (as seen in attachment)

About your need to have more control over the look of review changes dialog box, you can submit this as feature request/enhancement. The development team will check the feasibility to implement this on the upcoming build.

Hope this helps.


Posted: August 20, 2009 11:24 PM

Thank you for your valuable feedback.

I have forwarded the browser issues to the development team to be invesigated further and put these matters as high priority. We’ll do our best so that the issues will be fixed before “Intersoft WebUI Studio 2009 R1 SP1” is released.

Posted: August 20, 2009 2:31 AM

Currently there is no property that can be used to disable the message box notification feature on WebGrid (Batch Update). It’s a built-in feature to prevent users to lose their changes accidentally.


I have forwarded this to WebGrid development team and have created a work item about this. I’ll keep you updated with any news I heard from the team regarding this enhancement.

All times are GMT -5. The time now is 7:50 PM.
Previous Next