Hi,
Can we customize the Progress Indicators which is shown when uploading the Files to the server? (Red, Green, Yellow one)
I want it to customize as shown in the attached image.
Thanks,
Varun
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