Hi,
I am using Rad Grid
and telerik:RadAsyncUpload or telerik:RadBinaryImage ,
here i attached my code.
I am facing at the time of insert this problem Unable to cast object of type 'System.Drawing.Bitmap' to type
'System.Byte[]'.
Please help me.
Hi,
I have a project in VS2010, in that I am using rad editor.But when I try to insert a dropdown box(insert select), not getting the Insert Select popup dialog box on my screen. only a new drop down box is insert in my editor. When I right click on this drop down box, not getting the context menu of insert select.
Please find the attachments.
I am using following code.
Getting error : Cannot unregister UpdatePanel with ID 'UpdatePanelGrid1' since it was not registered with the ScriptManager error
What I have is,There is a radwindowmanager with few radwindows and there is a radwindow which has a contenttemplate and it contains an update panel with a grid and a radbutton. And on running the form, this error is frequently coming.
I am trying to integrate an OLAP Cube Browser into my MVC application. My application already uses the Kendo UI controls but there is no cube browser - like control in Kendo so I am trying to use the ASP.NET Ajax Pivot Grid on the MVC page instead.
I used the instructions in the documentation (http://www.telerik.com/help/aspnet-ajax/mvc-getting-started.html) to put the Pivot Grid on the page. It connects to my Analysis Services cube correctly and I can see my Dimensions and Measures in the "All Fields" section. However, when I try to expand one of my dimensions to pick a member or hierarchy from it, the wait indicator shows up next to it and never goes away.
I used Fiddler to see that it is doing a post to my Controller but with no Action specified, therefore it just goes to my Index() action. What should the control be posting to? Is there a way to get the PivotGrid to work in MVC this way? I haven't found any good alternatives so far and since the rest of the application is going to use Kendo I would prefer to stay within the Telerik family if possible.
I am using rad grid license version. in grid grouping i have some problems. it show perfectly in firefox but not in internet explorer. problem in internet explorer.
1- group header goes Null.
2.- group header width not complete to end.
3- columns width altered.
every above point working great in Firefox. but not in internet explorer.
any help appreciated.. see attached file
There are two ongoing projects which need to be moved to the production server. So I need an expert opinion on the radcontrols deployment in the server whether we need to do it separately or use a global sharing? Which is preferred?
Hello!
I use radgrid with number column. The column contains double numbers(ex: 1.2, 3.4567 and etc). I want to see all decimals in edit mode, but now two digits are shown. How can I resolve it? Thank you.