Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
171 views
Hi,

i have one problem regarding the new gantt chart and its task collection. I copied the online example "Gantt - XML Provider" and everything works fine. But when I want to get all the created tasks inside the gantt chart e.g. for saving purposes, at a server side event, the task collection is empty. It doesn't matter if I call Radgantt1.Tasks or the mehtod GetAllTasks(). I hope somebody can solve my problem as soon as possible.

Beside of that the reason why I used the the example with the XMLGanttProvider is that at first i tried to use a ObjectDatasource to populate, update and insert my gantt chart. But when i tried to insert new tasks with the integrated "Add Task" -Button nothing happend and I've got the javascript error: "w[x] is null" when I set the property  "DataObjectTypeName" to a certain object. Updating and selecting worked fine.
When i try to use explicit update and insert parameters my attached update and insert methods don't even get invoked...
So you can see that I've tried a lot of things to accomplish my goals.

Thanks,
Felix
Bozhidar
Telerik team
 answered on 05 Sep 2014
6 answers
142 views

Hi,


I had a small RadGrid with 25 columns and 17 rows.
It took 11.5 secounds for the .databind to complete after the data sourse selected event fired.

The grid has 17 coulms set to not visible.

Konstantin Dikov
Telerik team
 answered on 05 Sep 2014
0 answers
141 views
Hi
 I am use RadToolBar in my website,and below is source code


                                                                    <telerik:RadToolBar ID="Searchbar"  OnClientButtonClicking="Searchbar_OnClientButtonClicked"   style="z-index:90001"         runat="server">
                                                                    <Items>
                                                        
                                                                        <telerik:RadToolBarDropDown     ImageUrl="images/buttons/icon_search content.png">
                                                                        <Buttons>
                                                                                <telerik:RadToolBarButton Width="135px" ImageUrl="images/buttons/icon_document name.png"    Text="Document Name" ></telerik:RadToolBarButton>
                                                                                <telerik:RadToolBarButton ImageUrl="images/buttons/icon_search content.png"   Text="Content Search" ></telerik:RadToolBarButton>
                                                                                <telerik:RadToolBarButton ImageUrl="images/buttons/icon_search keyword.png"   Text="Keyword Search" ></telerik:RadToolBarButton>
                                                                                <telerik:RadToolBarButton ImageUrl="images/buttons/icon_profile search.png"   Text="Profile Search" ></telerik:RadToolBarButton>
                                                                           </Buttons>
                                                                        </telerik:RadToolBarDropDown>
                                                         
                                                        

                                                                       <telerik:RadToolBarButton   Value="TextBtn"  >
                                                                       <ItemTemplate>
                                                                           <telerik:RadTextBox ID="mainSearchTxt" onkeyup="mainSearchTxt_keyup(event,id)" EmptyMessage="Content Search" Width="220px" runat="server">
                                                                           </telerik:RadTextBox>
                                                                       </ItemTemplate>
                                                                       </telerik:RadToolBarButton>

                                                                       <telerik:RadToolBarButton    Text="Search"   ></telerik:RadToolBarButton>
                                                                    </Items>
                                                                    </telerik:RadToolBar>


And below is javascript code mainSearchTxt_keyup(event,id) function 

 function mainSearchTxt_keyup(e, id) {

//alert("Hai")

 var rtbar = $find("ctl00_ContentPlaceHolder1_Searchbar");
                var tbarbtn = rtbar.findItemByValue("TextBtn");
                var rtbox = tbarbtn.findControl("mainSearchTxt");
 
var txtval =rtbox.get_value()

}

In txtval i didnt get vlaue,but if i enable alert msg then i get value in txtval


Pls reply asap
Aravind




Aravind
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 05 Sep 2014
9 answers
746 views
I've got a RadScheduler and after postback, the SelectedDate gets set somewhere, somehow, back to the current date. The problem is, if the user navigates to another month than the current one, then causes a postback, instead of staying on the current month, it goes back to the initial SelectedDate (today's date).

Thanks for any feedback.

-Bob
Plamen
Telerik team
 answered on 05 Sep 2014
1 answer
107 views
The functionalities listed below are officially not supported with multicolumn headers:
•Frozen Columns;
•Show/Hide on the client;
Is there any solution to achieve these functionalities?
Eyup
Telerik team
 answered on 05 Sep 2014
3 answers
100 views
Hello,

I am working on a project with a RadListBox.
The RadListBoxItems can be Dragged and Dropped.
The RadListBox has a vertical scroll-bar.
After the user scrolls down, dragging a RadListBoxItem shows the arrow indicator on the left at the wrong place.

Here is a video link that shows the problem:[Video Link]

 How to solve this?
 

Thank you,
Daniel.
Nencho
Telerik team
 answered on 05 Sep 2014
2 answers
89 views
Hello,

I took a screenshot of the page, so if you look at it, you will understand me better.

I have a radgrid that is bind to the database using SQL Datasource.

One of the columns (Price from) is not bound to the datasource, it displays data depending on the values of the details grid.

My question: I want to filter the grid on this column (price from), since it's value is not coming from the datasource, is it possible to do filtering on it.

Thanks in advance

Bary
Top achievements
Rank 1
 answered on 05 Sep 2014
2 answers
75 views
How do you turn off the capitalization of the grid headings when using Glow or Silk skins?  I'm sure that I have seen this before but can't seem to find the setting again.

Regards

Jon
Jon
Top achievements
Rank 1
 answered on 04 Sep 2014
2 answers
252 views

Hi,

I am doing a quick investigation regarding the saving of a controls state. Mainly a Grid control.

What i am after is information about a user changing the column order, sort order, hiding/showing columns, etc. And then having these changes saved somewhere (locally most likely) so when they return to the page, these changes persist.

This is in regards to the Grid control for ASPX, Silverlight and HTML5 (Kendo UI).

We currently are using the Silverlight controls, but are looking at also swapping to Telerik for our ASPX system and using Kendo UI when we start developing in HTML5.

Thanks for your help.

Simon Gould

Thai
Top achievements
Rank 1
 answered on 04 Sep 2014
1 answer
180 views
I have a RadMenu on a page. When I set EnableEmbeddedSkins to TRUE and set Skin to Metro, it works (see Menu1.png).

However, when I set EnableEmbeddedSkins to FALSE and Skin to Metro, it doesn't work (see Menu2.png). This is what I did to set that up:
  1. Create a folder in Styles called Metro
  2. Copied Menu.Metro.css into that folder.
  3. Copied the .../Telerik/.../Skins/Metro/Menu folder into Styles/Metro
 
I even copied the Common folder into Styles/Metro.

What am I missing?
Brad
Top achievements
Rank 1
 answered on 04 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?