Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
287 views
Hello

I use RadTreeView with load-on-demand feature (ServerSideCallback). When a node is expanded I create child nodes and do HtmlEncode for its' texts. I see "<input>" text as "<input>" and that's OK. But when I click any child node (I have server-side Click handler that actually do not change any nodes) all "<input>" nodes become text boxes!

I guess it's a bug. Could you give me some workaround?
Thanks.
Pavel
Top achievements
Rank 1
 answered on 12 Feb 2010
1 answer
89 views
I am currently running into a major issue where when using the paging navigation and I try to move to the next page nothing happens. I get a brief flash where the grid header row's columns adjust and then settle back to their original widths.

I might assume it's something with a Script or RadManager maybe?
Anyone have any suggestions?
Tsvetoslav
Telerik team
 answered on 12 Feb 2010
1 answer
81 views
Is there a simple way to set properties (like the width) of the radcombobox in a griddropdowncolumn?
Shinu
Top achievements
Rank 2
 answered on 12 Feb 2010
2 answers
112 views
I have a File Explorer:

 

<telerik:RadFileExplorer   
 
ID="EquipmentFileExplorer"   
 
runat="server"   
 
InitialPath="~/AppData/Uploads/" 
 
VisibleControls="TreeView, Grid, Toolbar, ContextMenus">  
 
<Configuration   
 
MaxUploadFileSize="2004800"   
 
SearchPatterns="*.doc,*.pdf,*.gif,*.jpg,*.jpeg,*.tif,*.tiff"   
 
DeletePaths="~/App_Data/Uploads/" 
 
UploadPaths="~/App_Data/Uploads/" 
 
ViewPaths="~/App_Data/Uploads/">  
 
</Configuration> 
 
</telerik:RadFileExplorer> 
 

When I run the project, either locally or on a dev server, I receive an alert saying "Cannot Write To Target Folder". NETWORK SERVICE has modify set on the folder, so it should be ok?

I am using the latest ASP.NET release. Puzzled.

Richard

 

Richard Weeks
Top achievements
Rank 2
 answered on 12 Feb 2010
0 answers
113 views
Please ignore this post, I found an error in the SQL Statement

I attempting to populate a tree view via databinding and keep getting the error columns don't have unique values.  The dataset results I'm binidng to is repeated below.  The parent ID column has dupes because many of the parents have multiple children which I assume is fine, but the ID field is unique for all of the records.  Obviously I'm missing something but I don't get it, any guidance is appreciated. 

Also, here is my binding code:

Me

 

.RadTreeView1.DataSource = oDS.Tables(0)

 

 

 

Me.RadTreeView1.DataFieldID = "ID"

 

 

 

Me.RadTreeView1.DataFieldParentID = "ParentID"

 

 

 

Me.RadTreeView1.DataTextField = "Name"

 

 

 

Me.RadTreeView1.DataValueField = "ID"

 

 

 

Me.RadTreeView1.DataBind()

 

 


DATASET Contents

Name ID ParentID
Be Four C2202 NULL
Art-Kindergarten C2840 NULL
Students will share information about themselves and friends at school. K29266 T17348
Students will practice math, early reading, music, art and career skills while investigating the zoo. K352465 T35358
Students will practice language, math, and critical thinking skills while partcipating in events that happen in fall. K43131 T25425
Students will practice math, language, and reading concepts through various pumpkin activities. K43168 T25479
Students will practice art, science, oral language, early reading and gross motor skills while investigating the topic of spiders. . K43416 T25697
Students will practice early reading skills, science, art and critical thinking while describing the characteristics of a turkey and its environment. K43502 T25766
Students will practice science, oral language and early reading skills through various bee actitivies. K44445 T26705
Students will identify body parts, the letter H, healthy habits, and make healthy choices. K46533 T28728
Students will practice math and early reading skills. K46563 T28761
Students will develop speaking, math, health and higher level thinking skills. K56777 T34794
Students will continue to develop early reading, math, art and higher level thinking skills while creating a snowman. K56961 T34851
Students will continue to develop early reading, science, math and recall skills while participating in activities around Penguins and Polar Bears. K57096 T34941
Students will practice early reading, math, social iskills, art, creative thinking, listening and speaking skills while listening to The Three Bears story. K57489 T35264
Students will further develop early reading, music, social, creative art, and gross motor skills while participating in nursery rhyme activities. K57570 T35303
Students will use creative thinking, early reading, math, art and science skills when being introduced to the concept of outer space. K57844 T35402
Students will practice math, science, early reading and career skills when investigating farm animals. K70571 T40464
Students will develop science, early reading, art and speaking skills while observing seasonal change. K70834 T40607
Students will develop science, early reading, math and art while investigating flowers and insects. K71159 T40720
Students will develop speaking and listening skills, social interaction, art, creative thinking, and writing skills when making a book. K71236 T40741
All About Me T17348 U7019
Fall (apples, leaves, fire prevention) T25425 U10022
Fall (pumpkins and jack o lanterns) T25479 U10022
Spiders T25697 U10163
Turkeys T25766 U10163
Bees T26705 U7019
Healthy Habits T28728 U11326
Shapes T28761 U11326
Winter Clothing T34794 U13952
Snowmen T34851 U13952
Penguins & Polar Bears T34941 U13952
The Three Bears T35264 U14054
Nursery Rhymes T35303 U14054
Zoo Animals T35358 U14077
Outer Space T35402 U14077
Farm Animals T40464 U15979
Spring Changes T40607 U15979
Flowers and Bugs T40720 U16033
Moms and Dads T40741 U16033
October U10022 C2202
November U10163 C2202
December U11326 C2202
January U13952 C2202
February U14054 C2202
March U14077 C2202
April U15979 C2202
May U16033 C2202
All About Me U64839 C2840
Landscapes U64840 C2840
September U7019 C2202
Chris Trina
Top achievements
Rank 1
 asked on 12 Feb 2010
2 answers
117 views
Hi
I have a problem with the SortedBackColor of the column, it goes to cover the middle line of the head and the text is hidden.
Is normal and I have to change the text color of the head ? or it is a problem of the command ?

<SortingSettings SortedAscToolTip="Ordinamento Ascendente." SortedBackColor="LemonChiffon" 
                            SortedDescToolTip="Ordinamento Discendente." SortToolTip="Clicca qui per ordinare la griglia." /> 

In the <DetailTables> is work fine.



Attach the sample of the problem.

Versione of the ASP.NET 2009.3.1407.35 the last internal version.

Tnks
Aurelio

Aurelio Righetti
Top achievements
Rank 1
 answered on 11 Feb 2010
0 answers
141 views
I have two comboboxes, one dependent on the other. There's a checkbox beside each item in each combobox so users can make multiple selection on each. This is how both my comboboxes are coded.

            <input id="hdnProduct" runat="server" type="hidden" /> 
            <telerik:RadComboBox ID="rcbProduct" runat="server" EmptyMessage="All" HighlightTemplatedItems="true" AllowCustomText="true" 
                OnClientDropDownOpening="rcb_ClientDropDownOpening" OnClientDropDownClosing="rcb_ClientDropDownClosing"  
                OnClientSelectedIndexChanging="rcb_ClientSelectedIndexChanging" OnClientBlur="rcb_ClientBlur"
                <ItemTemplate> 
                    <asp:CheckBox ID="chk" runat="server" onclick="rcbProduct_CheckBoxClicked();" /> 
                </ItemTemplate> 
            </telerik:RadComboBox> 

Based on every checkbox clicked, it appends the selected text in the text area on the combobox and value in the hidden input field.

After I finish making my selection here, I need to populate another combobox (which is coded in the same style) to be populated dynamically. Right now the problem I am having is how can I do it? Do I use the ClientItemRequested and ItemsRequested methods in the second combobox to populate it? Will doing so have any problem with creating the checkboxes dynamically? If so then do I need to do a full postback after the selection is complete in the first combobox (I don't want to do a full postback if possible)? Is there a better solution to this?

Thanks.
Baal
Top achievements
Rank 1
 asked on 11 Feb 2010
1 answer
100 views

hi I have a radgrid with 1 detailtable. The master table is Members, the datakey is MemberId, the detailtable is Students, the datakey is StudentID. At runtime i can expand any mastertableview record to view the detailtable records. However once I click on export button i get this error: StudentID is neither a DataColumn nor a DataRelation for table Members. StudentID only exist in the StudentTable, not the Member table.... I could not understand why the Grid Exporting tries to find the StudentID in Members Table?
my export code is:

RadGrid1.MasterTableView.HierarchyDefaultExpanded = true;     
RadGrid1.MasterTableView.DetailTables[0].HierarchyDefaultExpanded = true;     
RadGrid1.AllowPaging = false;     
RadGrid1.MasterTableView.Rebind();     
RadGrid1.ExportSettings.OpenInNewWindow = true;     
RadGrid1.MasterTableView.ExportToCSV();    
 

please help
Daniel
Telerik team
 answered on 11 Feb 2010
3 answers
96 views
Hello,

I have a radgrid with Paging turned on and set to display 10 items per page.

What I need to be able to do is to loop through all records in the grid, not just the 10 displayed on each page.  For example, if I have 25 records, I need to loop through all 25, not just the first 10.

Is there a way to do this through Javascript?

I have tried to use the dataItems property on the grid's master table, but that only returns the items on the currently displayed page of the grid.

Thanks!
Daniel
Telerik team
 answered on 11 Feb 2010
1 answer
123 views
Hello sir,
            I want to retrive data from database in to radeditor and i use below code retrive data but it will only display name of datatable not display content in it.



           string ContentBlog = adaBlogContent.GetData(Convert.ToInt16(drpBlogTitle.SelectedValue)).ToString();
            radEditor.Content = ContentBlog;
robertw102
Top achievements
Rank 1
 answered on 11 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?