This is a migrated thread and some comments may be shown as answers.

Password Mode

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MABC
Top achievements
Rank 1
MABC asked on 30 May 2008, 05:14 PM
Hi, i have a radgrid, who has column password i need to see this item in password Mode, like a texbox, i tried using

<radG:GridTemplateColumn Visible="false" HeaderText=" PassWord" >
     <ItemTemplate>
          <asp:Label ID="lblPassword" runat="server" Text='<%#Eval("PassWord") %>'></asp:Label>
      </ItemTemplate>
      <EditItemTemplate>
              <asp:TextBox ID="txtReqPassWord" runat="server" TextMode="Password" Text='<%#Eval("PassWord") %>'></asp:TextBox>                                
       </EditItemTemplate>
</radG:GridTemplateColumn>

But always showme blank text.....
I see this post http://www.telerik.com/community/forums/thread/b311D-kbama.aspx , but don't work to me....

Thank for the help.
Mabc

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 02 Jun 2008, 11:06 AM
Hello,

As mentioned in the other forum thread which you referred to, there is no straighforward method to sort the problem out. The text will not be displayed, when the textbox is in "password". The only option would be to use client side script to work-around this limitation.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
MABC
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or