Hello,
I'm new using the Telerik components and I've been looking for a thread related to this feature (year view in the scheduler), but I only found it into the Ajax scheduler component, and not in MVC. Do you guys have any plans to implement this feature for MVC Scheduler ? if not can you send me any sample or guide lines to implement it as custom view?
Thank you.
Hi,
Can you show me an example where a ListView or a Multiselect is inside an form. This form is called from a "grid" on next way .Editable(e => e.Mode(GridEditMode.PopUp).TemplateName("ProductorEdit"))
Thanks in advance
Xavier de la Rubia.
Starting with the Q3 release we've seen the following behavior for enum attributes that are bound to a dropdownlist.
I did some testing and found when I bound the dropdownlist to the integer that the enum represented, the dropdownlist worked as expected. It seems that the control is no longer binding to enums as it did before (binding the value to the integer the enum represents). Did something change that was undocumented in the Q3 release that caused this behavior?
Hello,
Tested on IE 10, Chrome and FF (latest version).
Write value in cell A1
Write formula in cell B1 as "=A1"
Clear value in cell A1 (focus on cell and press Delete)
Formula value remains the same.
Best Regards
I have a batch edit grid that has a rate column, some of those rates are decimals and some are percentages. I have a column that specifies what datatype it should be. Currently, based on the object given from this command:
var grid = $("#myGrid").data("kendoGrid");console.log(grid.dataSource.options.schema.model.fields.rate);The type is just a number for now. I know I can add data annotations to change that, but is there a way to do this dynamically and set individual cells to different data types? Either in Javascript or possibly a template?
Hi,
I have a kendo grid displaying company data with parent-child relationship(parent company with multiple child companies). In grid I am grouping data on parentcompanyid column. But because of this grouping the grid does not show parentcompany data in grid except the parentcompanycode as group label. I want to display parent company data as a child row along with other child companies and it has to be displayed at the end of group list i.e. child companies first and then parent company. How can I achieve this?
Example:
Company Loc EmpCount
ABC - Parent company
PQR (child) X 30
XYZ (child) X 20
ABC(parent rec) X 10
Total 60
Here though ABC is a parent company and group data but still it is shown as a separate entity in child list.
Thanks.