Getting Combobox value from a Custom Widget
Hi , I tried to create a custom widget , which has a radio button and Kendo UI Combobox . But its not returning combobox's value. Following is the code.i am using it with Require.js. the method...
View ArticleHierarchical RadGrid Insert Child Table
Hi,I'm trying to insert a child table into a hierarchical RadGrid. If there is already a child table under the master table, the Add New Record button appears. When there are no child tables already...
View ArticleFilter on combobox lookup column not working
Georgi, Thanks for the reply.Using your example, I was able to implement the “kendoComboBox”; however, I need to pass a “text” as a method parameter to the controller to make the combobox work. So,...
View ArticleGetting Combobox value from a Custom Widget
I figured it out. need to mention that.element in search criteria. var cbBox = $('#cbYearDate').data("kendoComboBox"); should be var cbBox = $('#cbYearDate',that.element).data("kendoComboBox");
View ArticleGrid postback on edit insert show nothing
I had to put in a Boolean value on my grid to trigger it in certain situations to fill or not. however with the gird features of insert and edit turned on it will not show them on postback so I cannot...
View ArticleRunning Performance within a Proxy
Hi John, First, thank you for taking the time to evaluate Test Studio for your test automation needs. The one key difference between running a web test and running a performance test is that our own...
View Articleto display no data message in report
Hi,4 years later and this is still not implemented now!?Forthermore I don't understand why report header/footer are not created/printed with an empty datasource !? Currently the end-user sees only an...
View ArticleProgrammatic .expand() of collapsible results in zero height content
Yeah, I guess my problem is I need to populate the widget's content with new data on every "expand" or at least check for new data... It's working as it is, however there is a bit of a jerkiness to the...
View Articlewindows 8 funnel color
Can you change your example to windowstouch8 ... instead of windows8.There's a hell of a lot of templates for the gridview and grabbing the right one from the files without a roadmap I find...
View ArticleBinding to RadTreeViewItem IsSelected
I need to select an item in the tree and I am using ItemSource to generate the elements on the tree so I do not have a reference to the node.I tried to use this example but IsSelected in my view model...
View ArticleExpand columns error - Bug
Hi Geirgi,You realesed "Kendo UI Q1 2015" and "Kendo UI Q1 2015 SP1", and this version don't contains the fix of the bug that reported by me, please let me know when they consider fix the error. Thanks.
View Articlehow to add custom information in Image Manager upload panel info?
Hi Vessy; Thanks for your replay, but I'm afraid that your suggestion can't help me here, because my case is:Rad Editor --> Image Manager -->Rad File Explorer-->Upload Control. Thanks for replay.
View ArticleIE: drag thumb on scrollbar in sortable item tries to drag sortable item
My sortable items sometimes have scrollbars. On Chrome, this works fine, but on IE, I have issues.On a sortable item with a scrollbar, click on the thumb and drag it to move the scrollbar, when you do...
View Articleformat numbers as 1.2M instead of full number
This looks great for numbers (integers, etc), but how can I do the same for currency?Since some currencies have the symbol before the number and some have it after, it would be nice to rely on Kendo to...
View ArticleDatasource in template not syncing
Hi I need some assistance with something I'm working on. I have a kendo grid that's populated by a datasource that queries a view in a sql database. (I use a view as it contains a join between 2...
View ArticleChanging datasource type from OData to Json
I’m trying to change the datasource’s type from “OData” to “json”. The new URL is returning json data. But when I change the type from OData to json, then I see the data in grid but filters &...
View Articlevalidator.validate() giving wrong results
Hi, I will be referring to the following sample: http://dojo.telerik.com/@bhaidar/EYUFu The sample validates a textbox to have only 4 digits.When I enter wrong data, the validation message is shown....
View ArticleUnexpected number error when using a function for DataSource transport update
It would definitely be worth including that information in the documentation, it would have saved me a lot of time.
View ArticleWeb Api Caching and resolving issues
Hi I have a Web Api project with Telerik reporting, and a client Angular site that hosts the reportviewer.The report files are compiled into the dll, ie. are not trdx files I have had the following...
View ArticleTypeScript 1.4
I'm also getting the errors when I upgraded typescript tools from 1 to 1.4
View Article