Telerik Forums
UI for ASP.NET MVC Forum
1 answer
102 views
Hi, is there any way to have the Filter Row tabbing not cause the data to mis-aligned?  I want to be able to tab through Filter Row fields but I want column headers to still be aligned with their column data.

Steps:
1) Resize page so that grid requires horizontal scroll bar
2) Set focus on first filter row input
3) Tab over until you are on filter input outside of visible area and notice that filter row will be coming mis-aligned with data

http://demos.telerik.com/aspnet-mvc/grid/filter-row
Alexander Popov
Telerik team
 answered on 20 Feb 2015
9 answers
457 views

Hi,

Is it possible to use DataSourceRequest when using a Combobox with auto suggest?

For example: I have created T4 templates for simple CRUD operations with the read action like so:

public ActionResult Read([DataSourceRequest] DataSourceRequest request)

I was hoping to use this Read method when populating comboboxes and server filtering for suggesting.

At the moment I have had to add the following action to get it to work.

public ActionResult Lookup(string text)

As the objects are small it would be great if there was a way to reuse the Read action and the ToDataSourceResult() extension to create the filters etc.

Is there a way? Am I missing something? Like a custom model binder or an extension method which takes the query string e.g “text=MySearch&filter[logic]=and&filter[filters][0][value]=dsds&filter[filters][0][field]=DisplayName&filter[filters][0][operator]=contains&filter[filters][0][ignoreCase]=true”

Thanks Matt

Georgi Krustev
Telerik team
 answered on 20 Feb 2015
3 answers
98 views
I'm looking in the documentation but it seems that it is not possible to set the Highlight.Line.Width for a line chart as you can with a OHLC type chart. The JS equivalent would look as follows: 

<script>
$("#chart").kendoChart({
  series: [{
      type: "ohlc",
      data: [
        { open: 1, high: 3, low: 0, close: 1 },
        { open: 2, high: 4, low: 1, close: 1.5 },
      ],
      highlight: {
        line: {
          width: 5
        }
      }
  }]
});
</script>

In our case when you hover over the line itself the dot appears on the series line with the data at that point, but the line width stays the same, which is acceptable. However, when you hover over the legend the line width increases dramatically. So if your line was set to 5 to begin with, you end up with a pretty ugly looking line on hover. 

Why isn't this possible, or where have I missed the documentation for this configuration? 
Danail Vasilev
Telerik team
 answered on 20 Feb 2015
1 answer
131 views
Hi,

We are using the "simple" telerik legacy theme in our new kendo project. We have trreview,treelist,grid and toolbar controls on the page,which are all kendo controls.
The treeview,treelist and grid looks fine with the "simple" telerik legacy theme we are using but the kendo toolbar is not looking good as we think the CSS is missing from the legacy theme.

Can you please let us know if you can make this available for the "simple" telerik legacy theme for Kendo.

Thanks
Iliana Dyankova
Telerik team
 answered on 19 Feb 2015
1 answer
221 views
Is it possible to set the color of a Line chart series based on the grouped data received from the DataSource?
Iliana Dyankova
Telerik team
 answered on 19 Feb 2015
4 answers
393 views
Hi,
In your demo http://demos.telerik.com/aspnet-mvc/treelist/editing i can add new item.
1. But how can i add sub item on selected item?
2. How move item to another level?

Thanks.

 
Nikolay Rusev
Telerik team
 answered on 19 Feb 2015
1 answer
69 views
How would I get and select the first detail row for a group?
Dimiter Madjarov
Telerik team
 answered on 19 Feb 2015
8 answers
190 views
Have any of you seen the issue when exporting a grid to excel you receive excel errors when sorting the filtered data? The excel file works fine up until you try to sort it.  

I originally thought it was due to bad data but then tried exporting some basic grids with the same issue. This seems like it just started happening in the last few days. Hopefully someone has seen this! 
Sean
Top achievements
Rank 1
 answered on 18 Feb 2015
3 answers
6.5K+ views
Hi

How to get the selected row data on Change event of the Kendo Gridd as follows

.Events(events => events.Change("Grid_OnRowSelectUID"))

I used to get that in Telerik grid by using the following

Grid_OnRowSelectUID = function (e) {
    var row = e.row;
    RowSelectUid = row.firstChild.innerText;
}

But somehow the parameter 'e' is not same in case of Kendo UI.

Also the below statement  is also not working inside the above function which used to work with Telerik grid.

var grid = $(this).data("kendoGrid")

Please advise where I am going wrong.
Vladimir Iliev
Telerik team
 answered on 18 Feb 2015
5 answers
147 views
I had previously created a gridstatemanager that stores the state of our grids, including filter, sort, page, etc. 

I based the code on an example that you guys published. http://www.telerik.com/support/code-library/save-grid-state-in-session-on-server-side

We are having a problem in that the "page" is stored in session, and when queried, that page of data is returned, but the grid doesn't realize it is on that page.

I switched the code to use the newly added getOptions/setOptions and the same issue occurs. 

Questions.

1. Is there a way to tell the grid what page of data it is on? There is no way to scroll "up" if not on page one, and also, if we scroll down, the grid just requests page 1.

2. I switched the code to use the getOptions/setOptions. The same paging issue occurs. Also, when I use setOptions, my grids header disappears when I call setOptions. Why would this happen?

3. In your sample originally used, the code is taking any date filers and making parsing the date. I assume this is because the date is stored as a string once you stringify it. Does setOptions automatically take care of this?

4. If your sample your code shows it does a setOptions and the filtered data occurs after pressing the "load options" button. Is this sample using remote data or local data? When I do setOptions no query occurs and I still have to call the datasource.Read(). 


Petur Subev
Telerik team
 answered on 17 Feb 2015
Narrow your results
Selected tags
Tags
Grid
General Discussions
Scheduler
DropDownList
Chart
Editor
TreeView
DatePicker
Upload
ComboBox
MultiSelect
ListView
Window
TabStrip
Menu
Installer and VS Extensions
Spreadsheet
AutoComplete
TreeList
Gantt
PanelBar
NumericTextBox
Filter
ToolTip
Map
Diagram
Button
PivotGrid
Form
ListBox
Splitter
Application
FileManager
Sortable
Calendar
View
MaskedTextBox
PDFViewer
TextBox
Toolbar
MultiColumnComboBox
Dialog
DropDownTree
Checkbox
Slider
Switch
Notification
ListView (Mobile)
Pager
Accessibility
ColorPicker
DateRangePicker
Wizard
Security
Styling
Chat
MediaPlayer
TileLayout
DateInput
Drawer
SplitView
Barcode
ButtonGroup (Mobile)
Drawer (Mobile)
ImageEditor
RadioGroup
Sparkline
Stepper
TabStrip (Mobile)
GridLayout
Template
Badge
LinearGauge
ModalView
ResponsivePanel
TextArea
Breadcrumb
ExpansionPanel
Rating
ScrollView
ButtonGroup
CheckBoxGroup
NavBar
ProgressBar
QRCode
RadioButton
Scroller
Timeline
TreeMap
TaskBoard
OrgChart
Captcha
ActionSheet
Signature
DateTimePicker
AppBar
BottomNavigation
Card
FloatingActionButton
Licensing
Localization
MultiViewCalendar
PopOver (Mobile)
Ripple
ScrollView (Mobile)
Switch (Mobile)
PivotGridV2
FlatColorPicker
ColorPalette
DropDownButton
AIPrompt
PropertyGrid
ActionSheet (Mobile)
BulletGraph
Button (Mobile)
Collapsible
Loader
CircularGauge
SkeletonContainer
Popover
HeatMap
Avatar
ColorGradient
CircularProgressBar
SplitButton
StackLayout
TimeDurationPicker
Chip
ChipList
DockManager
ToggleButton
Sankey
OTPInput
ChartWizard
SpeechToTextButton
InlineAIPrompt
TimePicker
StockChart
RadialGauge
ContextMenu
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?