Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
I'm trying to update the headertext to include the primary percent complete, but the text never updates even after a postback?
Jerk
Top achievements
Rank 1
 answered on 22 May 2012
1 answer
76 views
hi,

we are using the ajax scheduler in an mvc project. Looking great, good functionality, all that.
But we are encountering a serious problem.

The scheduler requires web service binding to work in an mvc page. Appointments are fed by the web service. Collecting appointments takes some time delving through the database. 

All goes well until the web-service receives a request from another user requesting for appointments while it is still working on collecting appointments for the first user. The result is that the second user will receive both the appointments for the first user and her own appointments. Which is in a multi user scenario with high demands on privacy of course absolutely inappropriate.

This scenario takes some effort to reproduce. We found the proof by adding one "debug" appointment in the GetAppointments implementation of the service. The appointment was labeled with the requesting users identification. I case of heavy load an appointment mix containing two different "debug" appoints show up in the web page. Ruling out any bugs in our appointment collecting.

At the moment I'm studying on a workaround where the OnPopulating scheduler script event will make an ajaxcall to the service to raise a Mutex. The mutex will be lowered in get appointments. Quite a freaky way to solve things, provided it will even work. For now I don't see an alternative yet.

Any help is greatly appreciated.

kind regards

Peter

Peter
Top achievements
Rank 1
 answered on 22 May 2012
3 answers
528 views
Hi,

I'm working w/ the radgrid. The grid has a column that contains special characters such as

'< 5 MMBtu'
'>130hp'

during filtering, the grid will fail to filter any values that contain '>', '<', and '='

...I'm using the filter clause 'Contains', 'Starts with', 'Equal to'

please advise.

thanks,
Minh Bui
Pavlina
Telerik team
 answered on 22 May 2012
1 answer
676 views
Hai,
     I have a radgrid where filtering is enabled. I have added a button in the commanditemtemplate and tried to clear the filtered textbox value on the button click but its not working. Can anybody suggest where i went wrong and come up with some idea to implement this effectively.
Ryan
Princy
Top achievements
Rank 2
 answered on 22 May 2012
3 answers
102 views
How  to center the Chart into my PloatArea?  I try

radChart1.PloatArea.Appearence.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Center;

This way don't work.
Petar Kirov
Telerik team
 answered on 22 May 2012
1 answer
75 views
hi ,

i want to use jplayer as the default media player for the media Manager  ,
what is the best approach to do so ?
 
1. using filter .
2. customize the built-in manager Dialog .
3. is there a better way? 

thanks
ido
 
Rumen
Telerik team
 answered on 22 May 2012
1 answer
103 views
Hello,
I was on Telerik's site looking at some demos of the TreeList when I saw, under the "What's New" section, the ability to reorder columns. I decided to build a test and see how this new functionality worked when I stumbled across a problem. If I enable reordering (i.e. AllowColumnsReorder = "true") I cannot insert a root level node (insert template appears but I can't type in any textboxes). I say stumble because I can add items at any other level without issue. I took my testing a step further and realized that when using the built-in "In-line editing mode" I can reorder columns while the insert template is displayed. Not that I was necessarily looking for this, but I noticed that the associated editors (ex. textbox) does not follow the reordered columns. I went ahead and added a button to my page which, server side, toggles the reorder properties of the treelist. If I toggle the reorder properties to false I can insert without issue.

My question, how do I insert a root node when reordering is enabled? Should/can I toggle the reorder properties client side when an insert or edit mode is entered?
Marin
Telerik team
 answered on 22 May 2012
5 answers
192 views
Hi Telerik Team,

I have a application where users select templates and do some custom editing on the templates that we then print and ship.

Basically we come to the editing page and pull the templates HTML layout into the RadEditor which is set to design mode.  After the user is done entering some text in they then save the order, on the back end we are simply saving the Radeditor.content with a update statement like:

Update ordertable SET HTMLContent = '" & RadEditor1.Content.Replace("'", "''") & "'"

The save is happening, but it seems that RadEditor is not saving the table width property correctly.  When we pull up the template HTML from our table that holds all our templates we have a table tag with a style="width:300px" but after editing some text in this table and doing our update statement I can see that table tag comes with style="width:0".  Users aren't able to edit any of the underlying HTML only text within the table.  The problem is seen when users are proofing their layout, we are pulling up the HTML that was saved after their edits in a popup for them to approve, but since the table width property is 0 the layout looks awkward and they are not willing to approve it.

I'm fairly new to using the radeditor, so any help in the right direction is appreciated.  Please let me know if any further detail is required.
Rumen
Telerik team
 answered on 22 May 2012
3 answers
71 views
Hi,

When I try to open the monthview with a large amount of resource objects I get the following exception:

[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: value]
   System.Web.UI.WebControls.Unit..ctor(Double value, UnitType type) +8824419
   Telerik.Web.UI.Scheduler.Views.SchedulerRenderer.SetTableHeight(Table table, Int32 rowNum, Unit rowHeight, Int32 totalBorderHeight) +65
   Telerik.Web.UI.Scheduler.Views.Month.RendererBase.AddVerticalHeaders(SchedulerTopTable topTable, Int32 totalRowCount, Int32 totalBorderHeight) +722
   Telerik.Web.UI.Scheduler.Views.Month.GroupedByResource.Renderer.CreateVerticalContent(SchedulerTopTable topTable) +287
   Telerik.Web.UI.Scheduler.Views.Month.GroupedByResource.Renderer.GetInnerContent() +181
   Telerik.Web.UI.Scheduler.Views.Month.GroupedByResource.Renderer.GetContent() +79
   Telerik.Web.UI.RadScheduler.CreateContent() +122
   Telerik.Web.UI.RadScheduler.CreateChildControls(Boolean bindFromDataSource) +106
   Telerik.Web.UI.RadScheduler.ClearChildControls() +71
   Telerik.Web.UI.RadScheduler.Rebind() +12
   Telerik.Web.UI.RadScheduler.ProcessPostBackCommand(SchedulerPostBackEvent postBack) +2398
   Telerik.Web.UI.RadScheduler.RaisePostBackEvent(String eventArgument) +62
   Telerik.Web.UI.RadScheduler.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563

With 64 resource objects everything works fine, but when I use 65 resource objects or more I get this error. The problem only occurs in the monthview.

Does anyone know a solution for this problem?

Regards,
Paul
Plamen
Telerik team
 answered on 22 May 2012
6 answers
246 views
Dear Telerik Team

I have a RadGrid with GridTemplateColumn that have a  RadNumericTextBox as an ItemTemplate.

The user has the ability to change the values on the RadNumericTextBox.

On Save button click, I Foreach the RadGrid to save the updated values to Database.

The Question is:
How to check if the value of the RadNumericTextBox is changed or not at server side using C# ?

Thanks 
Noha
Top achievements
Rank 1
 answered on 22 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?