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
Hello Madhavan,
I am afraid this could not be done. The issue is not came from WebGrid but it is came from XHTML validation issue itself. I think it is safe for you to change into the normal xhtml doctype. Only XHTML validation (new XHTML doctype SP2010) that raise some issues.
Regards,Handy
Hello Shawn,
Ok, I assume that it also works on you because you said it already showed text instead of value. Thank you for your confirmation.
Hello,
Would you mind to tell me if it is IE8 or not? Please try to press F12 and see the document mode and browser mode.
I am glad that the fix also works for you.
Would you please re-attach the screenshot. It could not be opened in here.
As you can see in my sample test, it works well. Please try to see if there are some settings that are needed to replicate the issue.
Hello He peng,
Please try to remove height in TableRow and set the height only in WebToolBar.
<asp:Table ID="mvTable" BackColor="Red" Width="800px" runat="server" CellPadding="0" CellSpacing="0"> <asp:TableRow ID="mvHeaderToolBar"> <asp:TableCell> <ISWebDesktop:WebToolBar ID="mvWebToolBar" runat="server" IntegratedTo="None" Height="40px"> </ISWebDesktop:WebToolBar> </asp:TableCell> </asp:TableRow> </asp:Table>
I am not using FrozenColumn in my attached sample. It works well when activate edit. Please ensure you use our latest hotfixes. If my sample does not describe any of your scenario, please modify the sample so It can replicate the issue. I need to it to investigate your issue.
Hello John,
You can use OnExitEditMode to validate to capture if you have changed a numeric column or not. For the checkbox, we have OnCheckBoxClick clientside event. If you used our checkbox, you will surely be able to use this event.
Hello Ellen,
You can only get the hidden column value by selecting the row. OnAfterSelectedItem clientside event, you can capture the element.
e.g
function WebCombo1_OnAfterItemSelected(controlId) { var combo = ISGetObject("WebCombo1"); combo.GetSelectedRow().cells[2].innerText; return true; }
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