Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
184 views
Hi all,

I have a RadGrid setup for in place editing.  On clicking a link on the page (but outside the grid) I want to programmatically add a row to the grid and insert some values into the controls.  So far I am able to put the grid into insert mode with the following code:

            rgrdTimesheet.MasterTableView.IsItemInserted = True
            rgrdTimesheet.Rebind()

How do I then get a reference to the insert row on the RadGrid?  And then get a reference to drop down lists within template columns on the RadGrid?

Thanks in advance.

Mike
Mike Sorel
Top achievements
Rank 1
 answered on 11 Jan 2011
3 answers
247 views
Hi,
    I am creating recurring appointment.I try to delete an appointment delete confirmation dialog popped up with two option
1.Delete this occurence
2.Delete series.

Now i want only to display (Delete series) option i am using following code,beacause of this delete Confirmation  dialog not shown.
function OnClientRecurrenceActionDialogShowing(sender, eventArgs)

    eventArgs.set_cancel(true);  
    eventArgs.set_editSeries(true);
}

Is there any way to show only one option i,e (Delete series) ? Can anyone Help ?


Thanks,
Ruchir
Ruchir
Top achievements
Rank 1
 answered on 11 Jan 2011
6 answers
118 views
Hi,

I'm evaluating these control for the last few weeks. So far looking good, but I've stumbled over the major issue.

- I'm using masterpages
- I have a single aspx page, which contains dynamically loaded usercontrol (let's call it UC1) using my factory. This user control contains another usercontrol (UC2), also loaded dynamically using factory.
- The RadGrid is defined in the UC1 container. I've set a rowSelected and rowSelecting event handler for this grid. Every time user selects a row, I want to update the panel in the UC2 user control. This works great.
- If the user is quick and changes row "during the running postback", I receive the "Property or method is not supported by this object". The source of this error is located somewhere in the telerik's JS source.
- rowSelecting and rowSelected handlers are not being called during the postback, the error happens prior to calling them.
- It looks like my handlers are not accessible. But I don't really understand how is this possible as the handler is defined in the UC1 and I'm updating small part of UC2 only. It is really annoying as I've quite a lot of these errors when controlling the grid using the keyboard.

Any ideas? Thanks.
Pavel
Top achievements
Rank 1
 answered on 11 Jan 2011
1 answer
58 views
Hello,

I have RadControls for ASP.NET AJAX 2009 Q1 v2009.1.527.35.

On my login page, I am using the ASP.NET LoginControl.  I also have the RadControls FormDecorator on this page with DecoratedControls="All".  However, the LoginControl is not being skinned.  I even tried converting the LoginControl to a Template but it still does not skin.

I noticed in a newer version of RadControls for ASP.NET AJAX that the LoginControl (and its relatives) are now skinned with the FormDecorator.  Updating to the newer version is not possible at this time.

Is there a way to skin the LoginControl with the version I currently have?

Thanks,

Randall Price
Virginia Tech
Georgi Tunev
Telerik team
 answered on 11 Jan 2011
8 answers
197 views

Hi all,

I am evaluating if the RadScheduler is fit for (our) use.

I have a very simple test project: a radscheduler with minimum plumbing (trivial datasource etc.)

If I set the DayEndTime to "23:40:00" and the MinutesPerRow to "26" I get the error:

"Microsoft JScript runtime error: 'this.cells.0.offsetHeight' is null or not an object"

in the line:

d.each(l.rows,function(){Array.add(n,this.cells[0].offsetHeight);

If I set the value of MinutesPerRow to "25" it does not crash, but 26 or higher and bam...

There are also other settings that crash but I report one here. It is reproducable on my system so it

never does not crash with the 23:40:00, 26 values.

Am I doing something wrong here?

regards,

Johan

Veronica
Telerik team
 answered on 11 Jan 2011
2 answers
78 views
Hi,

I have a question about the calendar control. I am having a multi-month view which displays 3 adjacent months. If , for example, I am currently viewing January, February and March, and I press the button for the next months, I get the next three months (April, May, June), which is probably the calendar's default behavior. Is there a way to make the calendar display for example (February, March, April) while performing the same action. Also if there is a way to control the number of months being preserved while switching to the next set it will be useful. This is needed to keep track of the previous month set's special dates while adding some new special dates to the current month set. Any clues will be well appreciated.

Thanks in advance.
Ivaylo
Top achievements
Rank 1
 answered on 11 Jan 2011
3 answers
70 views
I am using Radgrid and data comes through DataTable using sql .now i want to use filter that do not support automatically .how to programm the filter in grid.how to find filter or how to filter the data.
Pavlina
Telerik team
 answered on 11 Jan 2011
5 answers
114 views
Hello,

As I read in this site and from my trials, there is no RTL support for scheduler today.
My questions are:
1. Is there any workaround to show the days in scheduler and the buttons from right to left?
2. Will next versions of "ASP.NET AJAX controls" contain solution for this case? when?

Waiting for your answers,
LH Team
Veronica
Telerik team
 answered on 11 Jan 2011
4 answers
131 views
Hello Telerik Team,

We are using RadEditorSharePoint Ver. 5.3.2.0 in our SharePoint Web application. The issue we are facing is that the "Track" attribute within anchor tag is being removed when we toggle between HTML view and design view. Is there a way to retain all the content pasted within HTML view?. I understand that there are some attributes which are not xhtml standard compliant and thus may strip some of the attributes, but is there a configuration we could modify so that the attribute, "Track" within anchor tag can be retained?

Here's an example:
<a track="Top content" style="color:#000000; text-decoration:none;" href="http://www.telerik.com" target="_blank">

Thanks
Rumen
Telerik team
 answered on 11 Jan 2011
1 answer
1.0K+ views
Hello Telerik,

Is there a mechanism for calling the serverside method from client side java script function written at the aspx page with asp.net ajax controls ?
I know a mechanism like 'page methods' ,but in this the method we can should be 'Static' and also a 'Webemethod' . which is not useful for me.

I mean something like,
In my aspx page the clientside event calls a javascript function which should call the serverside event handler of that control .
Ex: radlist box's onclientselectionchanged =" call server"  in which i want to call the ' radlistbox1_selectionchanged ' event.

Thanks in advance,
Srinivas
Shinu
Top achievements
Rank 2
 answered on 11 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?