telerik

does telerik RadDatePicker support Hijri calendars

i need to automatically change the RadDatePicker from normal calendar to Hijri. the idea is that i need to show a hijri calendar if the users's browser language is set to arabic. i was able to do this when using a normal calendar but not with telerik RadDatePicker. any ideas? ...

2 dimensionnal grid component of Silverlight ?

Hi, I need to use a two dimensional grid with headers in the left and the top on Silverlight. Is it possible to configure a grid for that or I need to use an other control ? Best regards. Narglix ...

Gridview with row headers

I am using the ASP.NET3.5 gridview control in a new project. My problem is that the gridview presents data in basic tabular format, whereas I want a grid with row header / grouping behaviors. An example of this would be Outlook web interface, which can group emails by date, as well as allowing you to select individual emails to display. ...

Telerik Rad Grid Button caption

Hi I'm looking but can't see Is there a way to change the caption on a gridButton on a Telerik RADGrid (on a ASP.NET web page) , depending on another of the bound fields (in this case active) e.g if active = true text = "Disable", if active = false then text "Enable" I have resolved the issue by iterating through the e.items on the dat...

Passing parameters to telerik asp.net mvc grid

I have a telerik asp.net mvc grid which needs to be populated based on the search criteria the user enters in separate text boxes. The grid is using ajax method to load itself initially as well as do paging. How can one pass the search parameters to the grid so that it sends those parameters "every time" it calls the ajax method in res...

Event OnLoad on Telerik's grid (client selection)

Hi! I'm using Grid with "Client Selection" (http://demos.telerik.com/aspnet-mvc-beta/grid/selectionclientside) of Telerik, and my page loads with one of the lines already marked. I wonder how it could activate the event OnRowSelected (on the marked line) when the page loads. Thanks everyone! ...

Clickable link in RadGrid column

I have a RadGrid where a column in the grid holds a URL. When a put a value in the column I can see the URL but the URL is not clickable (to go to the URL). How can I make the URL clickable? Here is a rough example of what I'm doing now: DataTable table = new DataTable(); DataRow row = table.Rows[0]; row["URL"] = "http://www.google.c...

Telerik inline edit, window close

Hi Using the Telerik RadGrid control in ASP.Net, using editing "inplace" all works well and performs as expected (even got some validation) but when the edit is complete the edit/insert window doesn't close .. and I would like it to ... any ideas as to what I need to set to make it do this ? Cheers ...

Telerik Object reference not set to an instance of an object

Hi, I have a main form which contains multiple worker threads. These threads raise events which update Telerik controls on the main form. The event handlers contain code which check if InvokeRequired and BeginInvoke where required. At random interval I am receiving the following exception, and have no idea on how where to find this? I w...

Telerik RadWindow does not fire ClientCallBackFunction after a ajax an __DoPostBack

HI, I have a Telerik radwindow that allows our users to upload files. When the user first opens the radwindow and sees the upload fields, they can happily select a file and upload it. The window then returns the id of the uploaded file back to the parent page via the ClientCallBackFunction. This function then passes in the ID to a ja...

Radlistbox text not rendering when updated

I have the following javascript that is being called in the OnClientReordered event. I am trying to change the text of the items in the list when they are reordered. What I am seeing is the item does not update the first time the event fires. The second time the event fires the text gets rendered correctly. (The text is being changed pro...

Why do escape characters break my Telerik call to ResponseScripts.Add(string)?

this displays the expected javascript alert message box: RadAjaxManager1.ResponseScripts.Add("alert('blahblahblah');"); while these does not: RadAjaxManager1.ResponseScripts.Add("alert('blahblah \n blahblahblah');"); RadAjaxManager1.ResponseScripts.Add("alert('blahblah \r blahblahblah');"); RadAjaxManager1.ResponseScripts.Add("alert(...

Can you disable multiline on Telerik RadEditor?

Is it possible to make a Telerik RadEditor single-line entry only? For example, in an ASP TextBox there is the Multiline attribute <asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" /> ...

How can I prevent Telerik RadChart from generating an onerror attribute?

We're using the Telerik Rad Controls for ASP.Net Ajax on an ASP.Net MVC project. The RadChart generates the following HTML: <img onerror="if(confirm('Error loading RadChart image.\nYou may also wish to check the ASP.NET Trace for further details.\nDisplay stack trace?'))window.location.href=this.src;" src="ChartImage.axd?UseSession=true...

telrik radwindow : Value does not fall within the expected range

I have two user controls that contain the telrik radwindow. When I try to open second window on first window button click, I get the exception: "Value does not fall within the expected range". ...

How do I get the DateTime that a page was last published in Sitefinity?

Here is what I have: Dim cmsManager As New Telerik.Cms.CmsManager() Dim currentNode As Telerik.Cms.Web.CmsSiteMapNode = CType(SiteMap.CurrentNode, Telerik.Cms.Web.CmsSiteMapNode) Dim currentPage As Telerik.Cms.ICmsPage = currentNode.GetCmsPage() Dim currentPageId As Guid = currentPage.ID Dim pageFromDb As Telerik.Cms.IPage = cmsManager....

Telerik MVC Grid AJAX insert doesn't work within a TabStrip

I've the following case. I have a grid which is "ajaxified", selectable, sortable, filterable, editable, etc and works perfectly. On every grid selection a tabstrip is supposed to open presenting a few possible actions related to the specific selected row. The first strip element presents a new grid related to the first one (Let's assu...

Maintaining cell state in the Telerik RadGridView for Silverlight

I have a RadGridView in which one of the columns contains only buttons. Depending on the value of a boolean variable linked to a specific record in the grid, I enable or disable the cell containing the button. This is how I achieve this: foreach (Item item in this.radGridView.Items) { row = this.radGridView.ItemContainerGenerator....

Client Side validation in Telerik's MVC Grid

Is it possible to add client side validation to the fields of the Telerik MVC Grid at runtime. I am having validation JSON strings stored in the DB which I need to use when inserting or updating content ...

Telerik RadControls RadFormDecorator - Tow Problem About Positioning

hi my dear friends ... i am using asp.net with c# web app in vs 2008 problem 1: i do not know why Telerik RadControls- RadFormDecorator Moves some controls (such as Buttons or chech boxes) and changes their positioning up or down in my form after viewing in browser... i put those controls in a cell of a table ... but not help i had ...