﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebInput - Problem with using mask expression in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebInput/Problem-with-using-mask-expression-in-webgrid/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Problem with using mask expression in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebInput/Problem-with-using-mask-expression-in-webgrid/</link><pubDate>Mon, 24 Oct 2016 20:33:28 GMT</pubDate><dc:creator>phanindra</dc:creator><description>&lt;p&gt;It has been a long time that I've posted this query but I never got the answer which I needed, can you look into this thread once again and let me know if there is any feasible solution. &lt;b&gt;The solution which was provided by you doesn't work in compatibility mode of IE, &lt;/b&gt;is there any work around for the issue?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Phanindra&lt;/p&gt;</description></item><item><title>Problem with using mask expression in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebInput/Problem-with-using-mask-expression-in-webgrid/</link><pubDate>Thu, 04 Aug 2016 14:12:46 GMT</pubDate><dc:creator>phanindra</dc:creator><description>Hello,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the response, you might be not getting the error in your local because you might have the latest dll's and java script files on your end. &lt;b&gt;I already tried using the Pseduo-element as you mentioned it works in non-compatibility mode but not in compatibility mode of IE&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Can you please tell me is there any fix for the issue itself?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I still get the issue in the samples provided by intersoft which has latest of everything as you mentioned&amp;nbsp;&lt;/div&gt;&lt;p style="box-sizing: content-box; margin: 10px 0px; padding: 0px; font-family: myriad_set_protext, &amp;quot;Lucida Grande&amp;quot;, Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; border: 0px; outline-offset: 0px; text-rendering: optimizeLegibility !important; background-color: rgb(255, 255, 255);"&gt;&lt;span style="box-sizing: content-box; line-height: 1.3; font-size: 17px; -webkit-font-smoothing: antialiased; margin: 0px; padding: 0px; border: 0px; outline-offset: 0px; color: rgb(31, 73, 125); text-rendering: optimizeLegibility !important;"&gt;I'm using WebGrid 10 (10.0.7200.24), WebInput 5 (5.0.7200.268), and WebUI.NET Framework 3.0 (3.0.5000.975).&lt;/span&gt;&lt;/p&gt;&lt;div&gt;And I still get the same error.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;Phanindra&lt;/div&gt;</description></item><item><title>Problem with using mask expression in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebInput/Problem-with-using-mask-expression-in-webgrid/</link><pubDate>Thu, 04 Aug 2016 07:35:38 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The clear icon is a small "x" button added by IE to all input elements when they are focused. What this button does is to clear the content of the input element.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I can replicate the reported problem in the live sample by following the step-by-step in your initial post. However, I got different result when testing the same sample file locally.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The clear icon doesn't appear. I'm using WebGrid 10 (10.0.7200.24), WebInput 5 (5.0.7200.268), and WebUI.NET Framework 3.0 (3.0.5000.975).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please try to test the sample locally (using the latest build of WebGrid 10, WebInput 5, and WebUI.NET Framework 3.0) and let me know the result? The new &lt;a href="http://intersoftsolutions.com:2400/WebGrid/CustomEditorTypes.aspx" target="_blank"&gt;Custom Editor Types&lt;/a&gt; sample of WebGrid has handle the appearance of the x button. The "Order Date" column uses WebInput as its editor type.&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;span&gt;Can you let me know if there is any way to hide the "x icon"  in the webinput?&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can style the ::-ms-clear pseudo-element for the box. Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;#ctl00_content_wiExtension::-ms-clear
{
    display: none;

}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Problem with using mask expression in webgrid</title><link>http://www.intersoftsolutions.com/Community/WebInput/Problem-with-using-mask-expression-in-webgrid/</link><pubDate>Wed, 03 Aug 2016 21:49:41 GMT</pubDate><dc:creator>phanindra</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Please Have a look at the issue in the intersoft sample at&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;http://live.intersoftsolutions.com/Default.aspx?path=/WebGrid/Top Features/Integration and Extensibility&amp;amp;url=cs/WebGrid/IntegrationwithWebInput.NET.aspx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Issue&lt;/b&gt;&lt;/p&gt;&lt;p&gt;When the order date is selected and clear icon is clicked on the right corner of the input control, the whole text along with the mask expression is cleared. Later it doesn't allow to enter more than a single character.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Steps to replicate the issue&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Click on order date input from the webgrid in the link provided above.&lt;/li&gt;&lt;li&gt;Click on x icon to clear the text, Notice that the mask expression is removed as well.&lt;/li&gt;&lt;li&gt;Try entering some text into the same control.&lt;/li&gt;&lt;li style="text-align: left;"&gt;Now once you are done with the 3 steps select another row, you see the javascript errors popping up.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;b style="text-decoration: underline;"&gt;&lt;i&gt;Can you let me know if there is any way to hide the "x icon" &amp;nbsp;in the webinput?&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please answer this query asap as its a major issue in our production site, I'm attaching few images of the errors that I have encountered in the intersoft live demo&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Try the sample mentioned in the above link in IE 10/11 but not chrome.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;Phanindra.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>