Grouping Breaks DropDownList Sorting
Hello Jamie, Yes, it will. Basically, the serverGrouping option says when to group on the client (internally in the data source) or to rely that the grouped data will be supplied externally. That being...
View ArticlePivot Table : Filter Window menu item/ Label Filter header/ Field Setting...
Hello team, Please suggest on this.I need this very urgently. Thanks
View ArticleUnable to Edit, Update and Delete from the RadGrid
Dear All, i followed the link http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/automatic-crud-operations/defaultcs.aspx and was able to see the data data in the RadGrid. But i was...
View ArticleUnable to Edit, Update and Delete from the RadGrid
i was following the link http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/automatic-crud-operations/defaultcs.aspx. and managed to see the records from the db but was unable to edit or...
View ArticleDropdownlist autoclose on open in modal popup
Hello Georgi, Thanks for the answer. The popup that i'm using is the dialog of jquery, i've tried to move the dropwdown to the modal div but without sucess, the layout become weird, and the continues...
View ArticleRadComboBox SelectedIndexChanged fired incorrectly
Hello, thanks for your reply We are still working on VS2010 and hence cannot open the project supplied, says it is incompatible with the vs version Please reply back with vs2010 compatible source......
View ArticleDate Filter
Within this report I want to view all hires within a date range, but rather than just seeing hires that start or end on a particular date, i want to view all live hires.So for example, if a hire starts...
View ArticleRadWindow not post back again on opening it as a UserControl after page load
I am opening a RadWindow as a UserControl. But the Usercontrol is loaded only once that is when the page is being loaded. It is not loaded again when I am opening RadWindow as a UserControl from the...
View ArticleSorting on RadGrid not working properly
Hello I am using RadGrid for sorting, filtering and paging. I have a problem with sorting, it doesn;t sort ascending, it simply ignores it. I don't want to use AllowNaturalSort property to False, i...
View ArticleChart redraw fails if grouped datasource returns zero items
Hello, Could you provide a runnable sample that demonstrate the issue? The chart seems to be working correctly in this scenario at least on my side. Regards, Daniel Telerik Join us on our journey to...
View ArticleHow to add point on each chart data point
When i try the lase option using "define the template as string and use the XamlReader.Parse() method":stringpointTemplateString = @"<DataTemplate...
View ArticlePost To .NET WebMethod ScriptMethod throws Javascript error
Hi, The problem will occur because the schema is set to the transport options and so it will not be taken into account. The schema should be set to the dataSource options:var dataSourceEntities = new...
View ArticleLooking for example on how to group messages in RadConversationView
Hi Nox, Unfortunately, we do not have demo achieving exactly what you need. However, there in an example in out documentation demonstrating how you can create custom message and how you can create a...
View ArticleNot able to get selected value in autocomplete control
Hi Jagadish, I noticed that you have opened a support ticket. To avoid misunderstandings let’s continue with our communication there. Regards, Aneliya Petkova Telerik Do you want to have your say when...
View ArticleInline editing nullable foreign key
Hello Andrea, You should use the valuePrimitive option in order for the model to be updated correctly when the value is null e.g.@model object @(Html.Kendo().DropDownListFor(m => m)...
View ArticleFilter list with missing values
I found an answer with SetConditionListCapacity but the checkbox filter in the filter window is not sorted?is there a way to sort the checkbox filter?thanks
View ArticleFilter list with missing values
duplicated post due to an error when posting the first time.this post can be closed
View ArticleLayout Customization to Ignore Certain Node Types
Hello MIchael, This is the best well-known solution for excluding shapes from the layout - to make it invisible and after layout to make it visible again. Other solution which can be considered in some...
View ArticleTreeMap shows like flat structure
Hello Arno, Could you try calling the treemap resize method? A possible reason for the problem is that the treemap element is hidden or has zero width during its initialization. Regards, Daniel Telerik...
View ArticleUrgent: Exporting to Excel / Display data in user's locale
Hi Julian, You can try forcing the excel to display the German format by using the following approach.e.Cell.Style["mso-number-format"] = "###.###,00"; Regards, Kostadin Telerik Do you want to have...
View Article