Telerik Programming Software Development by overwraith Hey I have a question, how many people actually use telerik? Does anybody have experience with it, and what are your … to my past experiences whenever I see a company with Telerik on it's webpage I feel squeamish. Is this reaction… bad experiences justified, or what do you all think on Telerik? Re: Telerik Programming Software Development by darkagn I haven't used telerik specifically before but I wanted to mention that there is … Re: Telerik Programming Software Development by pritaeas Been using Telerik at various companies, so IMO it's widely used. My … Telerik RadScheduler Add/Edit is not working on Live Programming Web Development by prashant9928 …quot;> <AppointmentContextMenus> <telerik:RadSchedulerContextMenu runat="server" ID="SchedulerAppointmentContextMenu…"> <Items> <telerik:RadMenuItem Text="Completed / Re-Initiate"… Re: Telerik RadScheduler Add/Edit is not working on Live Programming Web Development by Jeffrey T. I agree with Mitch. Your code looks clean, and does not appear to have any references to a machine name or location that might be inaccessible from your live website. Have you submitted this post to the Telerik Forums or opened a support ticket? Can you post the entirety of the markdown for your page? Telerik C# MsAccess - same data inserted ! Programming Software Development by wissam.ashkar …; namespace Global { public partial class AddSupplierForm : Telerik.WinControls.UI.RadForm { public OleDbCommand cmd = new…[0].IsVisible = false; this.supplierGrid.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill; supplierGrid.Columns[1].HeaderText =… Re: Telerik Programming Software Development by rproffitt My experience is to keep it simple (KIS.) My longest living project didn't use a simple third party tool or add ons. It's my Duracall Rabbit of apps. Re: Telerik Programming Software Development by overwraith That seems to be the way to go. Keep it simple stupid. Thanks for your answer, others feel free to answer too. Re: Telerik Programming Software Development by overwraith Thanks everybody, I am really a beginner in the world of "production programming", so I have very few experiences with other peoples software, and unfortunately the few experiences I do have are not that great so far. I appreciate being able to hear from more seasoned developers than myself, using somebody else as a litmus test is useful … Help in Telerik RadGrid Programming Web Development by prashant9928 ….DataSource = objAllWareHouse; //gridWarehouseBinList.DataSource = objAllWareHouse; } } protected void WarehouseBinInpiutList_DetailTableDataBind(object source, Telerik.Web.UI.GridDetailTableDataBindEventArgs e) { GridDataItem dataItem = (GridDataItem)e.DetailTableView.ParentItem… Re: Help in Telerik RadGrid Programming Web Development by LastMitch … get an idea how to resolve your issue): http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx Re: how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by menukadevinda … /> @(Html.Telerik().StyleSheetRegistrar() .DefaultGroup(group => group.Add("telerik.common.css") .Add("telerik.metro.css")) …("scripts", required: false) @(Html.Telerik().ScriptRegistrar()) </body> </html> how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by menukadevinda …to access models without passing to view . I use telerik controles. in the following example for gird http://demos….telerik.com/aspnet-mvc/razor/grid/hierarchyserverside if you notice… model to view but in ajax version http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax they havnt passe … Re: how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by nakor77 …'re using them. Some of the older versions will cause telerik to break. > in the code they passe new GridModel… object that is used to update the contents of the telerik grid. Since you are using Ajax databinding this is done… Re: how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by menukadevinda hi, If you suspect my telerik grid controlers doest work, it's wrong. because I could view the telerik grid in the view but without data. actually problem is not getting data to the grid.... so far, I didnt get good hint, or answer. Highlight selected TELERIK MVC GRID row text in BOLD Programming Web Development by ashes22 I have a Telerik MVC Grid where I have a column as " select &… Ajax.ActionLink for Select and Edit ActionLinks [CODE] <% Html.Telerik().Grid(Model.GetLegends) .Name("PaymentScheduleLegendGrid") .ToolBar(toolBar =>… Re: Using Telerik Controls Programming Software Development by M.Waqas Aslam hello ! you should visit telerik official web site [URL="http://www.telerik.com/"]http://www.telerik.com/[/URL] this will help you alot Regards M.Waqas Aslam Why Telerik Controls Programming Web Development by Shreya J … a project in which I have been asked to use Telerik Gridview control. I was curious to know that why should… we use Telerik Controls when we can do the same thing using ASP… MVC - save file from Telerik editor Programming Web Development by Jesi523 …am having some trouble. I have a Telerik editor where I display I file that is… physicalPath = Server.MapPath(htmlFilePath); fileContents = File.ReadAllText(physicalPath); Html.Telerik().Editor() .Name("editor") .HtmlAttributes(new { style = … Re: MVC - save file from Telerik editor Programming Web Development by androtheos … a file and then you pass the text into the Telerik editor but I don't see anywhere that you are… my model I would have to make sure that my Telerik Editor control had the name FileContents so the view passed… Re: how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by menukadevinda …;Test"; } <h2>Test</h2> @(Html.Telerik().Grid<myOffice.ViewModels.ActivityViewModel>() .Name("Employees"… Re: how to access models without passing to view telerik +asp.net mvc4 Programming Web Development by menukadevinda thx Cherryhomesj for ur reply, I checked the telerick script and content folders, they have folder with name 2012.2.607. Therefore, I can say I have installed latest jquery and css.I downloaded newly telerik plugins 3 weeks ago. Re: Why Telerik Controls Programming Web Development by Cruize_Invades I did use Telerik before. [QUOTE]Is there any extra feature or advantage of using these that's not present in ASP controls ? [/QUOTE] only few. Re: MVC - save file from Telerik editor Programming Web Development by androtheos … it to your view) Then in your view file: Html.Telerik().Editor() .Name("editor") .HtmlAttributes(new { style = "height… Re: MVC - save file from Telerik editor Programming Web Development by Jesi523 … => model.Notes) </div> <div> @{ Html.Telerik().Editor() .Name("editor") .HtmlAttributes(new { style = "height… Re: Select Record From Datagridview And Display In Telerik ReportVieweR Programming Software Development by M.Waqas Aslam … specific , i think you could use need datasource event of telerik report. and get selected record of the grid there and…() This code will assign firstname and last name in the telerik report. Regards CM Telerik Programming Web Development by erum if i need to work on [url]http://www.sitefinity.com/[/url] which is CMS of telerik Control (corrrect me if i m wrong) .. should i need to install vs 2010 ,right now i have 2008 .. Using Telerik Controls Programming Software Development by Shreya J Hi All, I am currently working in a project that needs Telerik Controls in it. But this concept is entirely new to me. Please guide me with its use and implementation in a Project. I need to know even the A B C's of the concept . Thank you in Advance. Regards , Shreya. Creating a design page using telerik grid Programming Software Development by codenik … the code to design the page in asp.net using telerik grid(for the search grid in the attachment Im bit… Re: Creating a design page using telerik grid Programming Software Development by codenik Hi, I wanted the design asp.net page with telerik grid control