Radgrid Export To Csv not showing data
hi, I'm having this problem too, My CSV is only exporting headers not Data, any help will be apprecciated.
View ArticleServer-side Templates + SqlDataSource
We are looking for a similar situation described by Kjell.The requirement , "Add a search Textbox" along with databound navigation is pretty common. How to achieve it is not very clear from the above...
View ArticleMVC Grid export with 500 internal error
I am having a similar issue. Excel export works with smaller datasets, but returns 500 Internal Server Error for larger datasets. I debug the controller action and it retrieves the data properly. I...
View ArticleInline editing mode and dynamic object
I realize this is an old post, however the 'Model' that gets provided to editor template is null so you end up losing context as to which property you are editing.MyEditor.cshtml@model decimal@{ //...
View ArticleMVC Grid export with 500 internal error
OK, I see a similar question that states there is a limit. http://www.telerik.com/forums/excel-export-not-working-with-more-than-a-thousand-records
View ArticleFormat CSV Export From radGrid
Hi, my export to csv only shows header, no data.Any help Please!!!
View ArticleSwitching to Server Side binding gets "Object reference not set to an...
Regarding performance, I've also tried:@(Html.Kendo().Grid<vNPISearch>() .Name("npi-grid") .DataSource(dataSource => dataSource .Ajax() .Read(read...
View Article"Invalid Model Configuration" Error when scaffolding. From EDMX model. EF5,...
Getting "Invalid Model Configuration" Error when scaffolding. From EDMX model. EF5/6, MVC5, VS2015. Why??? There shouldn't be any reason for this to happen.
View Article"Invalid Model Configuration" Error when scaffolding. From EDMX model. EF5,...
Getting "Invalid Model Configuration" Error when scaffolding. From EDMX model. EF5/6, MVC5, VS2015. Why??? There shouldn't be any reason for this to happen.
View ArticleSelectedNodeChanged fires twice
Hello, I have a treeview where selectedNodeChanged seems to fire twice. Once when the selected node is deselected and once when the new node is selected. Is this by design? If so, is there some way to...
View ArticleHow to Pass filtered grid view collection to view model using delegate command
This issue got fixed, I send data parameter as grid view items...<Button Height="30" Width="30" Margin="1,0,0,0" ToolTip="Approve" Command="{Binding ApproveCommand}"...
View ArticleSwitching to Server Side binding gets "Object reference not set to an...
In the Service that actually queries the database, I have a DateTime begin and a DateTime end. Then I have a TimeSpace duration = end-start. That query takes 0.11 seconds. So why does the Grid take SO...
View Articleuse multiple Connection for Oracle database
Saeid and Kaloyan,You cannot get that error message until data is read from the model therefore connection strings are not a valid place to troubleshoot this problem.
View ArticleNew Folder & Rename Dialog - Highlight Text
Rumen, Thanks for the response. I'm still having a few issues. $(".rwPromptInput").on('focus')didn't seem to do anything. I had to change it too $(".rwDialogInput").on('focus')and that seemed to do...
View ArticleToggle Visibility on Line Series
I have a Line Graph with 2 series. One is the actual value and one is the target value so someone can easily see how far off their target they are.I want to be able to toggle the visibility of the...
View ArticleDeployment - Controls missing
I searched and can't find anything on this. I tried to deploy my 1st ASP.NET MVC website using Telerik controls. The Telerik controls don't load. So I must have left out a step. I'm hoping you can...
View ArticleMultivalue report parameters in IE gives invalid parameter error
For anyone else struggling with this. Turns out my data was being changed from array to object in IE. I was passing data to the html5 report viewer using $("body").data("jsonData", JSON.parse(json));...
View ArticleText Alignment Changing During Scrolling
We have been using the Telerik GridView for WPF for 4 years. We took the 2013 GridView and customized the styles (see attached). We recently updated to Telerik.Windows.Controls.GridView 2016.2.613.45...
View ArticleKeyboard navigation for child items
I ended up writing code to handle the keyboard events myself. For anyone else who runs into this problem see the below code for the SelectionChanged and Keyup handlers that works around the problem....
View Article