Can any one help me out i am getting an error on .aspx (design) when i drag and drop any of the control from rad tool box error is "Could not load file or assembley 'Telerik.web.ui, version=2009.3.1208.35' System cannot find the file specified".
I had also added respected dll file but could not solve the problem.
How do I set a custom skin with the scheduler, grid, and list web parts? The skin value seems to be set to an enumerated list. Can you please make it so I can set the value?
This one should be easy but for some reason I can't get it working.
I have RadMaskedTextBox with the Mask="##:##" and getting values works like a charm, but I can't set them.
How can I for example set the value of the RadMaskedTextBox to display 09:30? Text property didn't help at all even though I tried setting the value in the following formats 0930 and also 09:30.
Any help would be appreciated.
EDIT: I thoroughly checked available documentation and it seems that .Text property should do the trick, however nothing is displayed in the RadMaskedTextBox itself.
EDIT 2: It was my mistake, controls weren't inside UpdatePanel! Case closed! :)
I am using RadComboBox with filtering. I have to implement multiple word filter in a combo box. (i.e. if user enters "test string", it should matches all items containing words "test" and "string" in any order).
I have a radgrid that has groups nested several layers deep. For each group I have a footer that has several custom aggregate fields. The values for these need to be calculated based upon the actual data in the underlying datasource (most of which is not exposed to radgrid in the form of columns). How can I determine what rows from the datasource make up the group? Something in the form of StartIndex and EndIndex would be absolutely ideal.
I currently have a form that contains a User Control (User Control A). This User Control contains yet another User Control (User Control B).
On the Form, I have a button called "Create User".
On User Control A, I have wrapped User Control B in a RadAjaxPanel.
When I click the "Create User" button, the User Control B does not update because it is in the RadAjaxPanel. If I take User Control B out of the RadAjaxPanel, it updates fine when clicking the "Create User" button.
However, I want to keep User Control B in the RadAjaxPanel so that when I do stuff in User Control B, only User Control B reloads and not the entire page.
How can I make the "Create User" button click force the RadAjaxPanel wrapped around User Control B post back?
I would prefer to do all of this (or as much as possible) server side.
Greetings, I hope this can be resolved with some simple CSS. I'm using your RadGrid with group by functionality. If I left drag the column header towards the group by section, I DO NOT see the header. The group by functionality is working properly, meaning if I drop (release the left mouse button) in the group by section, the grid groups the content properly. It's just that the header is not visible during the dragging effort. If I drag my mouse to the left or right off of the data grid, I do see the header, so I suspect the problem is with the z index and the grid is above the dragged header.
Below is a screen shot of the header dragged to the left of the data grid:
Hello,
We are using the Telerik build 2010.2.929.40 and occasionally on our app served from a new Server 2008 we receive this error when viewing a RadChart, "A generic error occurred in GDI+." We can recycle our app pool on the server and the charts go back to normal with no errors. Then after a few hours or days the error comes right back and occurs for anyone trying to view the RadChart. Were there any known issues with memory leaks or image file locking issues in this build? Has anyone else experienced a similar issue?
Thanks.
after adding a new record,severside validation gets fired and all the values in new added row gets clear and empty row is desplayed as in ready to insert mode with the GridTextBoxColumnEditor, i have tried e.Canceled = true; in ItemCommand which allows me to stay in insert mode,but values are not retained . is there any solution for the same ???