How to adjust width of the columns?
Is possible to resize columns width by user on GUI?
View ArticleObjectConstructed is not getting fired
Hello Boris,Finally I was able to reproduce the issue. To be able to reproduce the issue, please replace the: [xxxxx].IsIdentity(KeyGenerator.Autoinc) with [xxxxx].IsIdentity(). If you do that, object...
View ArticleListview HeaderView and FooterView
Jesse, All the components part of the UI for XamarinFomrs suite are based on the respective components in our UI for Android and UI for iOS suites. They are not based on the native Xamarin components....
View ArticleContextMenuStrip - Is this no longer supported?
Thanks, that solved the problem for me.
View ArticleCan I programmatically search an tem in RadTreeListView in pure MVVM WPF...
Hi, Stefan. I've done register's search. It works. But I have a little problem hm... Is is the following. The flowmeter has about 1000 registers. On the screen (at the same time) a user can see in...
View ArticleBadge & not running app question on Android
Hi there, Currently testing push notifications on android hybrid app, I can send notifications to my app, that are received only when app is running and has focus. When it is not, I have notifications...
View ArticleRowSubTotals level
Hello! I'm trying to limit the RowSubTotals that it's showing in a pivot, I only want the first level of RowSubTotal. I attached a image where show a first subtotal in green, that i want to keep that...
View ArticleUpdating from RadGrid not working with EntityDataSource
I've hooked up RadGrid to an EntityDataSource control. It shows data fine, but won't update. Here is how I have the data source control setup:<ef:EntityDataSource ID="EntityDataSource1"...
View ArticleKendo Grid Column 'Open link in new tab' error in ASP.net MVC
Hi Avinash, You can try attaching a handler directly to the header element's contextmenu event and prevent its default action like follows:$(function () { //replace with your grid name...
View Article.K-Denied Styling
Hello,Hopefully, this is an easy question. Basically, I don't want the gray box with the circle with an x and the item text to appear when the user drags it onto an area. I got the circle with an x...
View ArticleAgreggate Expression / Summary Rows
But i need get value of sum in a variable and do calculations. I declare a variable Double and i assigned value of summaryItem. But not is correct. i need know how to assign the value of sum to...
View ArticleUsing the Spreadsheet with Angular
Thank you for your response. However, I'm not sure it is returning the same object as the jQuery did. I had the following working:<kendo-spreadsheetclass="row"id="kSpreadsheet"...
View ArticleAdd databound Dropdown to Grid in C#?
Hi All...So, I've built a Grid programmatically and databound it... so far so good. I need to add a column containing dropdown list, which would be databound. I need to be able to use it as an edit...
View ArticleIssue using value() method within change and select events
jsBin Demo does not work on newer Kendo versions.If I take the same jsBin Demo and just change the folder path to 2016.2.607 it erases the first new tag added when you try to add another new tag.Thanks
View ArticleRadComboBox Auto-Complete Problem
Hi Plammen. It's been 3 years since I reported this. When can we expect it to be fixed?
View ArticleTreeview not working with Guid.ToString() as ID/ParentID
Attached an image to show the problem. The ParentID of the TestCollections sub task is the ID for the Manage CUstomer Experience task, with an OrderId of 0.
View ArticleTreeview not working with Guid.ToString() as ID/ParentID
I was able to get the treelist working by setting my DataSource as follows:.DataSource(d => d .ServerOperation(true) .Model(m => { m.Id(f =>...
View ArticleKendo Grid Sorting invokes read action even with serveroperation false
Nikolay,Here is how you can replicate the issue. Create an ASP MVC project and add button and kendo grid with sorting enabled in the grid. Add post method which would return some data to the grid when...
View ArticleTreeview not working with Guid.ToString() as ID/ParentID
Got this working for ints as IDs when setting the DataSource on the Gantt as follows:.DataSource(d => d .ServerOperation(true) .Model(m => { m.Id(f...
View Article