KendoGrid Save Event causing controller to be called twice
function fieldChanged(e) { var colindex = e.container[0].cellIndex; var grid = $("#gridLine").data("kendoGrid"); var selectedItem =...
View ArticleBug with scrollbar position
Hello, I discovered a bug with the grid's vertical scrollbar when dealing with asynchronous read call. Indeed, if you start moving scrollbar's slider with the mouse up and down, you'll end up firing a...
View ArticleSortMemberPath and GroupMemberPath does not work with multiple elements in...
I am working on one module where user can have multiple addresses and phones. I can see data in UI.The problem is that sorting and grouping does not work with Telerik:GridViewDataColumn. I tired for...
View ArticleChange Category of Occurrence
So I am trying to figure out how to change the category of an occurrence. Lets say a custom has an appointment every wednesday at 1pm. When they make the appointment, I will mark that occurrence as...
View ArticleDynamic Content?
my attempt (Where I have Kendo DropDownList 1 as #Type and Kendo DropDownList 2 as #Units: $('#Type').change(function (e) { //if (e.target.value == "Electirc") {...
View ArticleSortMemberPath and GroupMemberPath does not work with multiple elements in...
XePatientAddress is maxOccurs='unbounded' in model
View ArticleChange Category of Occurrence
I wanted to add that after writing this post, I did much more reading and I think from some other answers I can see a way to do this. So when an occurrence has passed, I can actually just turn that...
View ArticleDynamic Content?
in case anyone is intrested: $('#Type').change(function (e) { var val = e.target.value; var ddL = $('#Units').data("kendoDropDownList").dataSource;...
View Articlecombobox lose selected valeu and bound items after page postback
Hi,I create a visual web part in SharePoint 2013 and use the combobox control in the web part . I bind the combobox when page load (if (!this.Page.IsPostBack)), the issue is when I select a value in...
View ArticleCalendarCell with text
So I can add 2 icons in the same date cell to the locations I want?
View ArticleCell Indexing with Column Letter Row Number
Is there a built-in way to convert from the "{ColumnLetter}{RowNumber}" notation to the CellIndex format?Example:"C5" becomes ColumnIndex=2, RowIndex=4"AA2" becomes ColumnIndex=26, RowIndex=1 It's not...
View ArticleHow to Implemented CRUD Operations
Hipavlina i saw this url but this using SqlDataSource1 but i need total server side code C# databind how will do this...
View ArticleRadgrid inside RadPageView client-side binding causes postback
HiCan you share your code zip format . Thats solve your issue some members.
View ArticleRadGrid becomes too slow when binding over 100 records
HiJayesh Goyani i saw this url but this using SqlDataSource1 but i need everything server side code C# databind how will do this same operation following this url but i no never need sqldatasource1...
View Articleflashlight animation synchronize problem
hii do my own way for example if administrator want to animation start at 20:30 with on= [true,false,true,true,false....] arrayi check if time is 20:30 if yes i start it for first item(on[0])and then...
View ArticleAdding attributes to PivotGridAggregateField
I have a webpage that has a regular RadGrid with GridBoundColumns and GridNumericColumns. During the excel export the formatting of my numerical data seems to get lost. Columns that appear on the grid...
View ArticleRunning Performance within a Proxy
When I run a performance tests it opens the URL, completes the first part of the test but when I try to get past our shopping cart (checkout) it throws an error either the page cannot be displayed or...
View ArticleGrid changing list.count type to "object"
Hi,I have a custom class with a few strings and a list My grid is bound to a collection of my custom class and one of the columns is for the list.count. When the Grid renders, the column is empty. When...
View ArticleGrid lines intervals for stacked bar chart
We are using Kendo 2014.3. We have a stacked bar chart which is working fine, with the value axis along the bottom. We would like to be able to set the grid lines to a different interval, which...
View Article