Grid Format
Hello Anju, I have already replied to your query in the following forum:http://www.telerik.com/forums/radgrid-binding-0420359763f5 I suggest that we continue our conversation on the mentioned forum...
View ArticleCascading RadComboBox inside of RadGrid
How can i include the batchManagerExtensions.js and batchManagerExtensions.css files in my project??
View ArticleGridViewMaskBoxColumn format problem
Hello George, Thank you for writing. I suppose that the GridViewMaskBoxColumn.TextMaskFormat property is set to MaskFormat.ExcludePromptAndLiterals on our end. When it is set to...
View Articlegridview masked text box seems broken
Hi Joe, Thank you for contacting us. The events like RowFormatting and CellFormatting are fired every time when the cell`s visual state needs to be updated. If you use the snippet in the handler of...
View ArticleBug Found in Rendering of Switch - Off by 1px
Hello Christopher, We've checked the theme file and everything looks fine. The one extra pixel you are seeing is due to the dimensions being set in em and the way the browser interprets them. In order...
View Articlehtml button action inside row template grid
Hello Heath,I am not exactly sure which HTML control values you would like to access, but you could use jQuery's closest() method in order to access the current row. E.g.var row =...
View ArticleRadGrid NestedViewTemplate ExportToPdf
Hello Daniel, Keep in mind that not all html element could be parsed in the PDF document and fieldset is one of them. A possible solution is to either add a div element or a table element. If you are...
View ArticleRadgrid - GridBoundColumn - Inline editing - Itemstyle-width not working
Hi Pavlina,I tried that but I think the code is wrong : GridEditableItem editItem = (GridEditableItem)e.Item;TableCell Description = (TableCell)editItem["Description"];Description.Width = new...
View ArticleRadgrid alternate row color style
Hi Babu, You should use the SortExpressions tag when applying initial sorting. The SortExpression property of the column only defines the name of the Field from your database which will be used when...
View ArticleDynamically add grouped Series in Charts
var dataSource = new kendo.data.DataSource({ transport: { read: { url: "/GetData", dataType: "json" } }, group: { field: "Name", dir: "asc"...
View ArticleDynamic Multipl Column Group Titles
Hi Roohul, I'm afraid that we do not have such example available. The snippet in question creates 3 column groups, one for each sequential year, where the each group title is the year. If you want to...
View ArticleInline Grid filtering - Column bound to property object
Hello Bilal, Unfortunately there is no other way to convert the type of the column or filter dynamically so you will have to use the approach from the previous reply. Regards, Plamen Telerik Join us...
View ArticleSet Style From Code Behind
Hi Ryan, If you debug the ValueChanged function, you can see that the "sender" is TextBox object, not Input object. So the CSS selector will be .RadInput .riTextBox.custom3 {}. The other approach is to...
View ArticleInline Grid filtering - Column bound to property object
Hi Bilal, In such case you can set the filterable mode of Grid that is responsible for the way filtering is done. Here is the sample that worked correctly at my side. Hope this will help you solve the...
View ArticleUpdating data and view
Hi VladimirThank you for your update. I have updated my example to use the "add" method as specified in the documentation.Do I need to run any "update" view method because my example does not show the...
View ArticleDuplicating entire sheet
Hello, is there any way to duplicate an entire sheet completely to another sheet within the same SpreadSheet? I have a sheet with merged cells, different row heights and row widths everywhere....
View ArticleChange the GanttGraphicalView Item and the Timeline.
Hi Hristo ,From your article you have provided http://www.telerik.com/support/kb/winforms/details/indicate-special-days-in-radganttviewI cannot donwload the zip file. Can you attach it in your post...
View ArticleSilverlight Charting DataSource - How to
Hello Kenneth, The Pie Chart does not have any specific requirements for its data and will work with any properly configured ObjectDataSource Component. In the described scenario it seems the issue is...
View Article2 Grids same page add new record opens 2 windows
Hello Jason,Thank you for the update. Have a great day! Regards, Dimiter Madjarov Telerik Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
View ArticleDinamically loaded Radcombobox does not show EmptyMessage
Hello Logan, Please specify which version of our controls are you currently using. Such bug existed in previous version of our controls, when the CheckBoxes feature of the RadComboBox is enabled....
View Article