Two questions:
Thanks.

Hi
I have a radgrid with insert/update/delete function available (NOT automatic but manual). Behind my tool there is a user database with security settings. I need to set the insert/update/delete function unavailable for the users that have no rights to do this and for the user who have right to do this the insert/update/delete function must be availabe.
My question is how do I make the functions unavailable? How can I do this in code behind?
Please advice.
Kind regards
Suzy
I've got a very simple page to try to start using the scheduler. At the moment all the page has on it is the scheduler.
I don't know javascript and have no script code. At the moment all I have done is create a blank form, added a scheduler control, added the radscriptmanager and radajaxmanager, in code behind loaded the datasource for the schedule and that's it.
When I run it the page is displayed and I can see, insert and edit appointments using the standard form. However, if I click options to view the advanced form I get an error:
Unhandled exception at line 23, column 5 in http://localhost:49335/ScriptResource.axd?d=nv7asgRUU0tRmHNR2D6t1FKDG35DvsT9LAUygLmmdVzKrxno8KQVmwLs8qIoJRFRSN2_iVk48PbTDpCzQFpmPsmuSwszBL8PM3oZkazX6hA33N42Fbe9eIkay7-ZsJoBG1bPh5lr6Jn8TgjwZbk5xA2&t=fffffffff11c85e00x800a1391 - JavaScript runtime error: 'Page_Validators' is undefined
The code highlighted is:
function ValidatorUpdateIsValid() {
Page_IsValid = AllValidatorsValid(Page_Validators);
}
In scriptresource.axd

I have a radgrid that inherits it hierarchy from a System.Data.DataSet. When I make a change I update the database from which the DataSet gets its data and rebuild the grid as this answer suggests. The first time the update always runs as expected and updates in the grid. After that after varying amount of changes( I can't seem to figure out exactly which one causes this) I get the following error:
JavaScript runtime error: Unable to get property 'get_element' of undefined or null reference
I hope you are able to help
/Casper

Hi Telerik Team,
I am using telerik radgrid in batch edit mode and as per demo in telerik it is using SQL Data Source for CRUD operations but in my case i have my code in code behind so i am binding my grid in need data source event and For Inserting and Updating data could you please assist me in which even i should write the code to perform bulk insert as in demo OnInsertCommand and OnUpdateCommand were not fetching values for all the cells so please assits on this

Hi
How to Use EditTemplate in Telerik Grid using list object for CRUD OPERATION No needSql datasource i need server side code how will do this


Since we upgraded to Telerik version 2015.1.225.40, the All Day appointments in WeekView mode are truncated as shown the attachment.
If there are only a few appointments, I managed to programmatically make their width 100%. But as seen in the image, this has no effect when there are many appointments in one day. It's like there's an issue in the computation of the appointment width or something. I noticed in this example all the appointments have style of "width: 2.98578px; margin-left: 63px;" for what that's worth.
Any idea?
