How to define different layout based on media queries? Autoflow to another row etc?
We want to implement something which is similar to the "EditForm" edit-mode in RadGrid for ASP.NET Ajax.
This looks promising: https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/editing/external-editor-form
However, we are in the situation where the grid's columns are created dynamically, based on configuration from a database.
Thus, we would have to implement the external editor form dynamically as well. Not impossible, of course, but I would rather avoid it :-)
The standard popup editor is, as far as I understand it, created dynamically, based on the columns of the grid. So, perhaps I could use the popup editor's template, but use it as an external form. Would that be possible (assuming you understand my question :-)
A follow-up question:
Once I have solved this (either by implementing it myself or re-using the popup editor), I would like to generate one external form per row in the grid.
In other words, if there are three rows in the grid, there would be three instances of external forms (stacked vertically). Is that possible? A sample for this, maybe based on this would be ideal! https://dojo.telerik.com/ITaciTAc
Thanks!
/Fredrik
By default the group expanding in grid - is fine.
But, we have the following issues in grouping with virtual scroll:
1. If we collapse the expanded row,the remaining rows are not coming to visible.
Refer image: Telerik-jquery-ui-exp-col-issue
2. By default the group columns should be in collapse state.
Refer image: Telerik-jquery-ui-def-col-issue
Could you please suggest solution for these issues?
Also we have one more question: we would like to do 'server side data processing', so we refer the following links
https://demos.telerik.com/kendo-ui/grid/virtualization-remote-data
https://demos.telerik.com/kendo-ui/grid/grouppaging
Could you please suggest, how do we use Kendo UI grid in ASP.Net webform and Ajax?
Thank you,
Jayachandran. J
I have the Kendo Spreadsheet installed and I can open an Excel file in it using the Open button at the left of the menu toolbar. However, I want to be able to open an Excel file automatically when my ASP.NET MVC page loads. The reason is because there are many large spreadsheets in the file and it swamps the browser when it opens. I want to use Open XML to extract one sheet from the file, save it on the server, then open that one file in the Spreadsheet control. I can do the Open XML part if someone here can tell me how to automatically open the file in client-side jQuery code, I guess.
Steve
I am starting a section using a Kendo UI Grid to add items dynamically from a product source. That product cell needs to be a searchable textbox. And the first column needs to be an integer only text box for quantity with a trailing last column showing a calculated field calculating the price X quantity.
Are there any links anyone knows of that might have a Telerik demo of doing this sort of layout in a grid?
Thanks