GridDataItem - does not contain a definition
i figured out it needed to be GridItemEventArgs not GridNeedDataSourceEventArgs.on to the real issue on a masked column can you make it dynamic? i have a data source that will change the mask
View ArticleProblem with Pager in grid
Hi i am having trouble in adding PAger. I have search function which is called from couple of location which is bring data using Jquery. Code working fine and displaying the data but unable to add the...
View ArticleDataFormValidationSummary.Errors is no longer settable
Here is a code snippet from the current source code for DataFormValidationSummary. It shows that Errors does have a setter. Can you explain this?/// <summary> /// Gets the pending validation...
View ArticleProblem with Pager in grid
var srchResuls = function () { var pg = 1; $("#srchgrd").data("kendoGrid").dataSource.query({ page: pg, pageSize: 2...
View ArticleCaptcha Displaying Inappropriate Words
We have been sent a case where captcha showed an inappropriate word. We need to blacklist list of offensive/inappropriate words before they load in the captcha image. How can we do that, please help....
View ArticleCommandCell Click
is there a way to Change the Default Text in the commandcell upon click thanks in advance
View ArticleRadGrid resizetoFit doesn't honor the grouped by sub headers
resizeToFit(false, true) works perfectly when the grid doesn't have group by. When the group by is applied to the grid, the resizeToFit(false, true) doesn't honor the group by sub headers. The data...
View ArticleSpan not updated by MVVM
Hi I've been trying out the MVVM system for an upcoming project, and I seem to have a problem with understanding the basics. All of the examples/samples I've tried from the Kendo webpage have worked as...
View ArticleUpdate All Grid Columns with default value
i have a requirement with one grid and dropdownlist.grid has columns ID, Name, Type , Source, DestinationWhen the destination is empty or when destination column contains double hyphen "--" i need to...
View ArticleGrid Templet column with Total,summary
Hello,Where are you getting footerLabelID from? I was trying to implement this into my project.Ramey
View ArticleUpdate All Grid Columns with default value
The header should be Update all ROWS of Grid with default value for a column
View ArticleRotator control not fully refreshing when ajaxified.
I have a user control on a page which is a RadRotator control. The page is ajaxified. There is a combobox which causes the usercontrol to refresh.With Ajax disabled, it works great.With Ajax enabled,...
View ArticleExporting Both Data and Excel-Friendly Graphs to Excel
@Stef,Thank you. It sounds like I would need to write my own Excel Export function to include this type of functionality. Is this correct? I've actually read that blog post before :-) Are there any...
View Articledelete my account
Hi, We have deactivated your account Regards, Mark Telerik Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug...
View ArticleMVC Grid - Get values from other pages?
I found a solution to my problem.The goal was to be able to get a complete list of all records that might be in the grid. A 'select all' without actually having all the items in the grid. What was key...
View ArticleJustCode vs Resharper
I haven't used JC yet. So far R# does all I need/want/love. Any new ideas/features for 2016 as this post is a bit old?
View ArticleLooking for a way to strip the mask before posting
The approach I took was to just extend the control, I just link this js file after the kendo.maskedtextbox.js file. (This was written for the 2014.3 version, but it wouldn't be difficult to modify for...
View ArticleHierarchical grid row expansion and row selection?
With a hierarchical grid and row selection. Can I preserve the row selection when expanding a hierarchical grid row? Example:There is a grid with five rows in it. One or more rows contain hierarchical...
View Article