Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
296 views
Hi,
I'm using radGrid with editing option, one of my columns is "password", when I insert to update/insert view I want to set the password field with textmode=password
I don't want to use "FormTemplate" i'm using - EditFormSettings EditFormType="AutoGenerated".
Can I set GridTextBoxColumnEditor to be a password field ?

Thanks
Erez

 

Erez
Top achievements
Rank 1
 answered on 03 Jun 2009
12 answers
432 views
I've read multiple posts on this and tried them all to no avail.  I have a simple login page with asp:textbox controls, a checkbox, and a submit button (default).  When I have a formdecorator on the form I cannot set initial focus to the first entry field no matter what I try.  But when taking off the formdecorator things work fine.

I've tried (per other posts):
1. a kludgy delay in js before setting focus
2. setting via page_load
3. setting via page_prerender
4. setting via form defaultfocus attribute
5. adding style to force certain tags to visible

I use formdecorator on MANY other pages and only now find that I can't set initial focus.

Has anyone found a fix for this?

I'm using version 2008.3.1105.35.

Testing with IE7 and Chrome and Firefox 3.0.5

Help!  Thanks,
Kevin
Faisal saleem
Top achievements
Rank 1
 answered on 03 Jun 2009
2 answers
130 views
Hi,
 i am using RadGrid Export.
It exporting Data in proper way.
but i want add some lines to csv file befroe exporting.
For Eg.
I want add discriptin and Export date and in next line i wand export grid data.

Is there any way to acive this?

Thanks
Shrirang dhere
Shrirang
Top achievements
Rank 1
 answered on 03 Jun 2009
4 answers
153 views
Hi,

Does anyone know how to add the AutoCompleteSeparator (I use "; ") to the selected item automatically after the user has selected the item in the drop down?  That way the user can then start typing again to chose the next item without having to remember to add the seperator.

Thanks for your help,

Jeff
Shinu
Top achievements
Rank 2
 answered on 03 Jun 2009
3 answers
140 views
I have implemented on the PRe-Render event as per example and I get the first page in edit mode automatically.

now , once I press next page, or another number, I would want to stay in edit mode. 


2 things.

1) I have added code to the PageIndex to do the same as prerender but doesn't seem to work , HOW do you stay in edit mode.
2) WHY , does it seem to have to rebind, do something, slow as hell on the screen before changing pages, 3-5 seconds..


Stephanie
Top achievements
Rank 1
 answered on 03 Jun 2009
4 answers
135 views
Hi,

I have been looking into the sitemap and I just wondered if I need to worry about any performance issues when using sitemap file inconjunction with radmenu?

Our site has about 4300 pages, so my biggest concern is that the sitemap file would be too large for memory, anybody have any experience of this? 

I assume that radmenu itself should be ok as the site is obviously sub-foldered, so menu will not have to load so many loads for each page load.

Thanks,
Matt 
Adam Hubble
Top achievements
Rank 1
 answered on 03 Jun 2009
1 answer
194 views
Hi
what i want to do is have a specific colour for a day and time in the date time picker/calendar if say a day is full of appointments and or if a day is half full or a day is empty and the same on the time picker if a time slot is taken or not

is there a way of doing this in c# asp.net?
Shinu
Top achievements
Rank 2
 answered on 03 Jun 2009
1 answer
178 views
Hi,

I am creating a user control ascx with the following. Facing the following 2 issues:

- When the mouse moves over the SlidingPane, it expands but doesn't render properly until the "Dock" button is clicked. After that, it renders properly.

- More importantly, when the "Dock" button is clicked, it doesn't dock. Instead closes down.

Can you please help. Thanks.

<

 

telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="0px"

 

 

Skin="Web20">

 

 

<telerik:RadPane ID="BottomPane" runat="server" Width="100%" Scrolling="None">

 

 

<telerik:RadSlidingZone ID="SlidingZone1" runat="server" Width="100%" SlideDirection="Top">

 

 

<telerik:RadSlidingPane ID="RadSlidingPane1" Title="Parameters" runat="server" Width="100%">

 

 

<telerik:RadGrid ID="ParameterRadGrid" runat="server" Skin="Web20" AutoGenerateColumns="false">

 

 

<MasterTableView CellSpacing="0" CellPadding="0" TableLayout="Fixed" Width="100%" ShowHeader="false">

 

 

<Columns>

 

 

<telerik:GridTemplateColumn ReadOnly="true" Reorderable="true" Resizable="true">

 

 

<ItemStyle HorizontalAlign="Left" Width="20%" />

 

 

<ItemTemplate>

 

 

<span><%# Eval("Name")%></span>

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

<telerik:GridTemplateColumn ReadOnly="true" Reorderable="true" Resizable="true" >

 

 

<ItemStyle HorizontalAlign="Left" Width="80%" />

 

 

<ItemTemplate>

 

 

<span><%# Eval("Value")%></span>

 

 

</ItemTemplate>

 

 

</telerik:GridTemplateColumn>

 

 

</Columns>

 

 

</MasterTableView>

 

 

</telerik:RadGrid>

 

 

</telerik:RadSlidingPane>

 

 

</telerik:RadSlidingZone>

 

 

</telerik:RadPane>

 

</

 

telerik:RadSplitter>

 

Svetlina Anati
Telerik team
 answered on 03 Jun 2009
5 answers
114 views
I'm seeing some strange behavior in the paste from Word functionality on Firefox - and I see the same exact behavior on your demo to.

1. go here: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. open the full tools
3. open MS Word and create a piece of text that says "This is some Word Text "
4. Click the Paste From Word icon and paste in the above text from your Word doc.
5. Switch to HTML view.

This is what you see in the html view:

<style>
    <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
</style>
<p>This is some <strong>Word</strong> Text</p>
<br />

What is with all this excess html???
Shouldn't it just be:
<p>This is some <strong>Word</strong> Text</p>



Stoyanka Assenova
Telerik team
 answered on 03 Jun 2009
4 answers
136 views
Hi Folks
I would like to knw how to bind the Rad Tree view while clicking combo box.
Means on selected change Event..

Thanks
Regards
N.Balaji
balaji
Top achievements
Rank 1
 answered on 03 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?