Object.RelatedObject.Remove - not working?
Hi,thanx for sharing this. If I follow what you just wrote, what should happen in DB when I call user.Logins.Remove(Login) method and after that call SaveChanges()?I can think of 2 scenarios: 1. IdUser...
View ArticleReturning Total for ServerPaging
Hi, You should use DataSourceRequest object. Look at this sample: Kendo Grid WebAPI CRUD. Regards, Hristo Valyavicharski Telerik Join us on our journey to create the world's most complete HTML 5 UI...
View ArticleRedundant "header" cells in row area
Hi Vasil, thanks for the reply. Setting the expand: false only hides the issue though - if the user drills down, they still see the additional "header" rows cells.Essentially there are two cells being...
View ArticleCheck ListBox items on DataBound
Persistence Framework does not support persistence of the checkbox filter state at this time.
View Articleinsert , update images in database and retrieve it
Dears , kindly i have a database table Images include image id , image , userid i need to insert or update and retrieve image after update and insert can u help please
View ArticleSummary Row
Hi Vladislav, Thank you for writing. In order to hide the summary rows inside the groups you can use the ViewRowFormatting event:private void RadGridView1_ViewRowFormatting(object sender,...
View ArticleLoop through RadPivotGrid's cells, including sub or grand total cells
Hi,I need to loop radpivotgrid's all cells and to get cell, row and column header values, including sub or grand total cells. Thanks...
View ArticleReport Viewer Filter Section Date Format
Hello Fridli, Please, check my post in Report Parameter DateTime Picker Format on UI. Regards, Stef Telerik Do you want to have your say when we set our development plans? Do you want to know when a...
View ArticleSQL Reporting: Display All Recurring Appointments
Hello, Thank you for your feedback. We are going to validate the project and update it as soon as we could. Meanwhile you could also check the zip in the Code Library and contains extracted source...
View ArticleTextbox value "IIf" at runtime causing error
The example I posted as 'runtime' doesn't do any division - and yet it fails.... I just wanted to show 1 instead of 0 if SUM(Fields.NumberOfReceipts1) = 0.... this was defined on a...
View Articlecss styles and theme missing, when using window-widget with angularjs
Hello Werner, What are the contents of the html file you are trying to load? If it is a full HTML file with the appropriate DOCTYPE, <html>, <head>, <body> tags, you need to load the...
View ArticleTextbox value "IIf" at runtime causing error
Hello Stuart, Both expressions do not cause errors, in my tests. Test data is retrieved from AdventureWorks database, and the expressions are used as TextBox item's Value properties in a report's...
View ArticleExport Diagram to a list of images
Hi Geoffrey, I tried reproducing the exporting issue but to no avail. I played several scenarios and all of them exported as expected. Could you share a sample runnable project reproducing the issue so...
View ArticleObject.RelatedObject.Remove - not working?
Hi Marko , Thank you for getting back to us. If the associations for the both entities have the IsManaged() set, the runtime would actually try to set the associated field to NULL when it is removed...
View ArticleTreelist Scroll and Footer Disappears
Thanks for the reply. The only reason I'm using this control over the grid control because it lines up the columns nicely. I'll try the workaround but I think I'm going to submit this as a feature...
View ArticlePDF Viewer loads PDF from Memory Stream very slow
Aylin, Thank you for replying to my post. To answer your question I have tried a few different PDF documents (some I have created some are just from user manuals) and my findings are that larger...
View ArticleObject.RelatedObject.Remove - not working?
OK. Clear now.Just one more thing. What is right way (if IsManaged is set on both sides):1. can I delete userlogin using: context.Delete(user.UserLogins[0]) and then use context.SaveChanges(). Will...
View ArticleSPA sample
The snippet does work, thx..However , I still do not understand one thing in the original implementation (that does not work) :The following lines : if (dataSource.page() != page) {...
View ArticleDifference between HeaderStyle-Width attribute and HeaderStyle tag with Width...
Hi Rick, Generally, your assumptions are correct. However, this is not Telerik specific, it is a general ASP.NET behavior:<asp:GridView ID="GridView1" runat="server"...
View ArticleCallback when tree is ready
Hi, The databound method gets called before data is processed. Code: TreeViewBuilder treeViewCntrl = HtmlHelperExtension.Kendo(page.Html).TreeView(); treeViewCntrl...
View Article