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,
I have a WebInput as custom editor for a given column, but it's not quite behaving the same as a standalone webinput for numeric data.
My WebColumn and WebInput definition are:
<ISWebGrid:WebGridColumn Caption="TextBox(Int w/WI)" DataMember="ShipVia" DataType="System.Int32" DataFormatString="#,###" Name="ShipVia" Width="140px" EditType="Custom" CustomEditorName="WebInputNET" CustomEditorServerId="WebInput2"> </ISWebGrid:WebGridColumn> <ISWebInput:WebInput ID="WebInput2" runat="server" Width="140px" > <DisplayFormat Format="#,###" IsEnabled="True" Type="Number"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> </ISWebInput:WebInput>
</ISWebGrid:WebGridColumn>
</ISWebInput:WebInput>
If I use that same webinput definition outside of a grid it won't let me capture any non-numeric characters. But using that webinput as a custom edit for my column will accept non-numeric chars, it'll discard the entire entry anyways, but it will allow them.
Is it possible to make the in-grid version behave like the standalone one?
I was unable to repro your issue on my end. I’m using the latest version of WebGrid 7 and WebInput 4 that comes with the Intersoft WebUI Studio 2009 R2 installation.
I enclosed the sample that I use to test your issue on my end. If there is anything that I missed during my attempt to repro your issue, please let me know.
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