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
Hi,
Would you please give me some code to set the WebGrid's font color that works completely?
I don't want to change the Body style, that is why I asked about the WebGrid.
It does not work when I set it in the WebGridColumn. It only changes the displayed date. When the Calendar is invoked, the normal calendar dates are still white.
<ISWebGrid:WebGridColumn Caption="EST_SHIP_DATE" CustomEditorName="VistaCalendar" DataFormatString="MM/dd/yyy" DataMember="EST_SHIP_DATE" DataType="System.DateTime" EditType="Custom" Name="EstShipDate_WebGridColumn" Width="100px" > <CellStyle ForeColor="Black" /> </ISWebGrid:WebGridColumn>
I can't even get the CalendarDropdown or CalendarCombo EditTypes to work
<ISWebGrid:WebGridColumn Name="DataIn_WebGridColumn" DataMember="COMPLETE_DATE" DataType="System.DateTime" EditType="CalendarDropdown" Caption="COMPLETE DATE" Width="70px" DataFormatString="MM/dd/yyyy" > </ISWebGrid:WebGridColumn>
When I try to invoke the Calendar I get:
An error occurred in the script on this page. Line: 2789 Char: 34 Error: ASP.NET AJax client-side framework failed to load. Code: 0
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 16 Dec 2010 13:52:11 UTC Message: Object required Line: 7 Char: 1262 Code: 0 URI: http://localhost/NewCoServices/ISRes.axd?G/WebGrid_Calendar.js/707200405
What am I to do?
Doug
What is the status of the feature request to the developer team to support batch update in a template cell?
Thanks,
Anyone available to reply to my previous post?
I can't use this feature if the TAB Key does not work.
I have new requirements to display a number with 2 decimal places and edit it with 4 decimal places. WebInput can do this but the normal WebGridColumn can not.
Since this was reported almost 8 months ago, what can I do to get this fixed soon?
What is the status on this?
It is still a problem in Intersoft WebUI Studio 2010 R1.
When I tried you code, ISGetObject was not an object yet.
I had to call it after the window loaded.
function initLoad() { var input = ISGetObject("WebInput1"); input.GetControlElement().style.width = "36px"; } //initLoad(); window.onload = initLoad;
So the 2 issues are:
- border
- width
I am using WebInput 4.0.7200.5 and WebUI Framework 3.0.5000.755.
Add Text="1.2" to the WebInput.
<ISWebInput:WebInput ID="_WebInput" runat="server" MaxLength="5" Width="40px" NumericInput="True" Text="1.2" >
Before typing in anything into WebInput, the 2 is chopped off After typing in 1.2 all of the number can be seen
After adding borders:
Before typing in anything into WebInput, the 2 is chopped off but not as much After typing in 1.2 all of the number can be seen.
See attached file.
It looks like the feature request was attempted however it create more problems.
I have just tried 4.0.7200.5 and the workaround is no longer needed.
BUT, initially everything is shifted to the Right and some of the right digit can not be seen. Additionally, there is an extra Inside Top and Left Border.
After typing, everything is shifted to the Left and the Left Inside Border goes away and all of the right digit can be seen but the Top Inside Border is still there. After that, the Left Inside Border remains gone until the page is refreshed.
Thanks, that did it.
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