User Profile

Collapse

Profile Sidebar

Collapse
streetman84
streetman84
Last Activity: Nov 13 '08, 10:41 AM
Joined: Nov 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • streetman84
    replied to alert
    these are the columns of the grid...
    state of order is "Stato"

    Code:
    <Columns>
                                <ccwms:CstmBoundField DataField="Linea" HeaderText="Linea" ItemStyle-HorizontalAlign="Center" />
                                <ccwms:CstmBoundField DataField="NumeroOrdine" HeaderText="Numero Ordine" ItemStyle-HorizontalAlign="Center"
    ...
    See more | Go to post
    Last edited by acoder; Nov 5 '08, 01:28 PM. Reason: Added [code] tags

    Leave a comment:


  • streetman84
    started a topic alert

    alert

    Hi,
    i have a function like this:

    Code:
    function IsRowGridViewSelected(oSrc,args)
    {
            var NomeGriglia = (oSrc.id).substring(oSrc.id.lastIndexOf("_") + 1);
            
            var checked = false;
            var findElement = false;
            for(i=0; i<document.forms[0].length && checked==false; i++) 
            { 
                var o = document.forms[0][i];
    ...
    See more | Go to post
    Last edited by acoder; Nov 5 '08, 10:16 AM. Reason: Added [code] tags
No activity results to display
Show More
Working...