Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Getting the client id
posted

Hi

 I have to get the client id of a drop down in the RowEditTemplate of infragistics ultra web grid.

<RowEditTemplate>

<asp:DropDownList ID="ddlRow" runat="server" onchange="BLOCKED SCRIPTChangeMade();"
                                                                TabIndex="7" Font-Names="Tahoma" Font-Size="8pt" DataTextField="Description"
                                                                DataValueField="DiaryEventID">
                                                            </asp:DropDownList>

</RowEditTemplate>

 

Above is the part of the code.

I tried to get the client id of the dropdown as

document.getElementById('<%=ddlRow.ClientID %>').value;

 

But I am getting NULL . Help appreciated.

 

Regards

Vini

 

Parents
No Data
Reply Children
No Data