Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
119 views
Hi

Are these combination compatible with Radcombo and SQLite ? Any sample scripts ?

Thank you
Hristo Valyavicharski
Telerik team
 answered on 30 Sep 2014
1 answer
126 views
Is there a way that I can disable the Inline Insert and Just have Advanced Insert enabled when I click on the scheduler.
 Right now I am using AdvancedInsertTemplate and I want only that to show up by default rather than the inline insert.

Thanks
Reddy
Boyan Dimitrov
Telerik team
 answered on 30 Sep 2014
8 answers
166 views
When I am in Day or Week view and I drag the bottom of the subject window to extend the time to an hour more or so I get this weird error.

" Cannot parse slot index: 1:4:4"  I have no idea what this means.


Alessio
Top achievements
Rank 1
 answered on 30 Sep 2014
2 answers
133 views
Hi,
My RadTreeView is displayed correctly in an asp page without a master page but in a page with master page it is not rendered properly (see attached images).
How to fix this problem ?
Le Surhomme
Top achievements
Rank 1
 answered on 30 Sep 2014
3 answers
238 views
Can anyone think of a way to drop the expand/collapse image from the root node of a tree view only so that the root item is sitting by itself without both the option to expand/collapse the tree and without the image which would do so.  I still want the expand/collapse image for all sub sections of the tree just not for when I have a root node which would literaly collapse the entire tree to nothing.

Any thoughts?
Andrew Nagel
Hristo Valyavicharski
Telerik team
 answered on 30 Sep 2014
1 answer
62 views
i am trying to run the following function onResponseEnd:


               function changePanelheight(sender, args) {
                
                   $(document).trigger('lockfixed:pageupdate');
               }


But nothing seems to happen.
Anything wrong with this setup?

Marc


Maria Ilieva
Telerik team
 answered on 30 Sep 2014
1 answer
52 views
Hello.
I'm using radScheduler of the version 2014.2.618.40 and I have a problem on stretching a appointment.

The view I'm showing is timeline view and when I stretch the appointment to add a day,  the End property of the e.ModifiedAppointment object have two days more.

For example If my appointment start at 6h of day 25 and end at 13h of the same day. When I stretch it to day 26 the e.ModifiedAppointment.End has day 27 at 0 hours.

Some one know how comfigure the radScheduler for this property to return day 26 at 23:59?

Thanks.
Plamen
Telerik team
 answered on 30 Sep 2014
1 answer
840 views
I have master page named MPHome.master contains a RadComboBox here is the code of

<telerik:RadComboBox CheckBoxes="true" EnableCheckAllItemsCheckBox="true" ID="TaskID" runat="server" Height="100" Width="150" EmptyMessage="Select a Task"
EnableLoadOnDemand="true" OnClientItemsRequesting="OnClientItemsRequesting" WebServiceSettings-UseHttpGet="true" ShowMoreResultsBox="true" EnableVirtualScrolling="true">
<WebServiceSettings Method="GetTasks" Path="~/ProjectDropDownWebService.asmx" />
</telerik:RadComboBox>

Now this combo works fine it fills values from webservice and also shows checkboxes on it.Now what I do is I inherit this master page to Default.aspx page and inside button of submit in default page I have used this code

protected void btnViewAllTask_Click(object sender, EventArgs e)
{
RadComboBox TaskID = (RadComboBox)Master.FindControl("TaskID");
var selectedtask = TaskID.CheckedItems;
}This selectedtask returns me count of zero either i have selected all the records on it.
Nencho
Telerik team
 answered on 30 Sep 2014
1 answer
49 views
Hi
Having a lot of trouble with this one

Setting a Datakey not found error on OrderID property , all I have done is swap out the data source on the ProductsGrid_NeedDataSource method
as below
grid.DataSource = this.GService.GetJobs(GEmployee.id);

Gservice returns two entities as below

var returnedJobs = new List<DemoJobBreakdown>()
{
new DemoJobBreakdown()
{
OrderID = 1,
Job_Subset_ID = 4,
Status = "Complete",
Job_Step = "Installation"
},
new DemoJobBreakdown()
{
OrderID = 2,
Job_Subset_ID = 3,
Status = "Complete",
Job_Step = "Health and Saftey"
}};

and the control is pretty much untouched

​<telerik:RadGrid AllowFilteringByColumn="true" AllowSorting="true" ShowGroupPanel="true"
BackColor="#393939" ID="ProductsGrid" runat="server" AllowPaging="true" PageSize="15"
Width="980px" CssClass="productsGrid" OnPreRender="ProductsGrid_PreRender" OnNeedDataSource="ProductsGrid_NeedDataSource"
Style="outline: 0">
<MasterTableView AutoGenerateColumns="false" PagerStyle-Mode="NextPrevAndNumeric"
ClientDataKeyNames="OrderID" TableLayout="Fixed">
<Columns>
<telerik:GridBoundColumn DataField="OrderID" HeaderText="Order ID" AutoPostBackOnFilter="true"
ShowFilterIcon="false" HeaderStyle-Width="60px" FilterControlWidth="35px">
</telerik:GridBoundColumn>

</Columns>
</MasterTableView>
<ClientSettings AllowDragToGroup="true" EnableRowHoverStyle="true">
<Selecting AllowRowSelect="true" />
<ClientEvents OnRowSelected="RowSelected" />
<Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="360px" />
</ClientSettings>
</telerik:RadGrid>


Yet it still blows up every time!
Can anyone help?

Thanks
Gerry
Maria Ilieva
Telerik team
 answered on 30 Sep 2014
1 answer
343 views
I have a class defined like below:

ID int
Name varchar(50)
MyBooks List<books>
MyAuthors List<authors>

I am loading in c#  a list of class above.

On the datagrid, I have the main datagrid that will get ID and Name populated when I do the binding.
How can I setup the relationship so the 2 nested grids get the MyBooks as List<books> and MyAuthors as List<authors> bound

thank you
Eyup
Telerik team
 answered on 30 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?