Server side event after OnClientFilesUploaded
hi Peter,when i use <telerik:RadButtonID="buttonSubmit"OnClick="buttonSubmit_Click"runat="server"Text="Submit"/>in master page click event didn't worked for IE (checked for IE10, working in...
View Articlememory leak and accpet request faild
memory leak!My application memory leak, the FiddlerCore4.dll version is 4.4.8.4, I use NET.Memory.Profiler check , find many byte[] object,It looks like a circular reference lead?
View ArticleCheckbox triggered enable/disable not working during test.
Ok found my own answer by a bit of experimenting. While recording, rather than just clicking the checkbox, made the step a Mouse 'left click'. That checked the box and triggered the click event,...
View ArticleChanging labels from json data
Hi guys,I have a pie chart that I'm fetching json data from my controller to populate. The json is pretty basic:[{type: "AddOutageRequest",count: 155},{type: "AuthorizationRequest",count: 362},{type:...
View ArticleDesign consideration for indexes / Querying
Seeing as how this is over a year old and I am still having issues finding documentation on this subject - did Telerik ever implement the ability to index fields? I am about to build a fairly large...
View ArticleLose row Css style after close Popup Edit windows ?
Hiplease where i can add cancel event code ? for whole grid or other place ?
View ArticleRadComboBox Enter Key
I'm trying to get the enter key to submit a combobox. I tried the following but it doesn't run the btnSave onclick event. It just postback the page without doing anything and I don't see the...
View ArticleSetting a minimum width on column
Could you please give the TypeScript version of this code?When I tried your code, I get TypeScript error"Types of property 'columnResize' are incompatible. Type '(sender: any, args: any) => void'...
View ArticleDataSource - OData v4 - enums not supported yet?
I now solved my issue (3) by setting all relevant property values to null in the "edit" event of the grid. Apparently specifying default null values via the html helper is not honored, so one has to...
View ArticleHTMLChart Stacked Column Series with Items
Hello, i have a project class with a list of employees assigned to each project what i want to achieve here is that i want the stacked column chart to display names of projects on X axis for each...
View Articleresource height and row height
I have read, searched and tried different things but cannot get this to work. I have a lot of resources and when you scroll down, the alignment gets more and more off with the appointment rows. So much...
View ArticleDisplaying ObjectSource Collections
I have a report bound to an ObjectDataSource. These among the properties these objects have, one is itself a collection of objects. I want to display the individual values with these collections as...
View Articlememory leak and accpet request faild
I found the reason, I find that when problems arise, fiddlercore been receiving an infinite number of requests, in FiddlerApplication_BeforeRequest, view the Session found that the requesting client...
View Articledelete my account
Hi, Please delete (full delete, not deactivate) my account. So long and thanks for all the fish.
View ArticleHow to highlight a row in ListView based on its value
PrivateSublstUsers_VisualItemFormatting(sender AsObject, e AsListViewVisualItemEventArgs) HandleslstUsers.VisualItemFormatting If(e.VisualItem.Text.Contains("3OFFLINE")) Then...
View ArticleAggregates and initialize from table
I want to initialize my grid from an existing table AND I want to have aggregates computed for me and shown on the table as well. How can I do that? All the Demos show aggregates using a data...
View ArticleAggregates and initialize from table
and to add some clarity, I'm looking for something that looks like this but is initialized from a table:http://dojo.telerik.com/iMuNiThis example shows aggregates, but the grouping aggregates (which I...
View Articledebugging fails with error
Thanks Erjan for your detailed help! Everything works now :)
View ArticleHow to highlight a row in ListView based on its value
e.VisualItem.Data("Column 1") = "3OFFLINE" it works.
View Article