User Profile & Activity

Handy Surya Support
Page
of 223
Posted: December 10, 2010 4:54 AM

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

Posted: December 9, 2010 1:45 AM

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.

Regards,
Handy

Posted: December 9, 2010 1:27 AM

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.

Regards,
Handy

Posted: December 9, 2010 1:24 AM

Hello Shawn,

I am glad that the fix also works for you.

Regards,
Handy

Posted: December 8, 2010 9:55 PM

Hello,

Would you please re-attach the screenshot. It could not be opened in here.

Regards,
Handy

Hello Shawn,

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.

Regards,
Handy

Posted: December 8, 2010 2:17 AM

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>

Regards,
Handy

Hello Shawn,

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.

Regards,
Handy

Posted: December 7, 2010 10:53 PM

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.

Regards,
Handy

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; }

Regards,
Handy

All times are GMT -5. The time now is 4:16 PM.
Previous Next