Virtual scrolling looses edits on Checkbox bound column
Hello Bob,This is expected, as when you scroll with virtual scrolling the grid is redrawn and all unsaved changes are lost. In general the Kendo UI Grid does not support editing when virtual scrolling...
View ArticleUpdate parent row value while add/update child row
We have an parent child Telerik MVC grid. We placed child grid in one of the Tab ( used tab strip to display other parent row information in diffrent tabs along with child grid records). While...
View ArticleRadgrid - GridBoundColumn - Inline editing - Itemstyle-width not working
Hello, Try with the following code:Protected Sub RadGrid1_ItemDataBound(sender As Object, e As GridItemEventArgs) If TypeOf e.Item Is GridEditableItem AndAlso TryCast(e.Item,...
View ArticleWhy SelectedIndex(2) always return the 0 index value on the dropdownlist
Hello Phillip, The described behavior is actually expected, because the widget will ignore the SelectedIndex option if value is defined, which is exactly the case when DropDownListFor extension is...
View ArticleProperty Grid Implementatin in telerik
Hi Ángel, Can you explain the scenarios where you plan to use the property grid in more detail? Please specify all possible scenarios for web that you might think of. You can also cast your vote in the...
View ArticleHow to make some tasks uneditable and others editable
I need to make some of the task in a Gantt Chart uneditable ( non draggable) while allowing others to be edited (can be dragged). Please help
View ArticleCheckedDropDownList adding checked items to the list in the code behind
Thank you, this was exactly what i needed, i tried getting access to the checked attribute with no luck. However i was using the wrong class and i wasn't aware that there was another one so this is...
View ArticleDisplaying AxisY in Right unsig Multiple Y-axes
hi,i want to display AxisY in the right in the pic i have Axis Y wich is have green color i bind my chart programmatically this is my code SqlConnection con = new SqlConnection(@"Data...
View ArticleDisabling of a control within a RadAjaxPanel
Hi Boris, I'm glad that you have mentioned to fix the issue on your end. Do let us know if further assistance is needed or if another issue arise. Regards, Maria Ilieva Telerik See What's Next in App...
View ArticlePerformance on pan
Hi Manuel, The code snippet and the stack trace from the profiler show that you are using BackgroundGrids. Could you please confirm setting IsBackgroundSurfaceVisible = False improves the performance ?...
View ArticleException during...
I work on a WPF application and face with the following issue: When someone who uses our application encounters an exception, we log it to our DB, including the stack trace of the exception. I've...
View ArticleCurrentFilterFunction EqualTo
Hi Kjell, I've created a sample RadGrid web site to test the described behavior. On my side the filtering works as expected. Can you run the attached application and let me know about the result?...
View ArticleLoad On Demand Webservice - Notify when complete
Hi Kevin, There is no such mechanism, but you can handle the OnClientNodePopulated event. It will be fired after the node is populated with data. Regards, Hristo Valyavicharski Telerik See What's Next...
View ArticleRadgrid - GridBoundColumn - Inline editing - Itemstyle-width not working
Thank you Pavlina.For the ones who need it, below the code in C# :GridEditableItem editItem = (GridEditableItem)e.Item;TextBox txtDescription =...
View ArticlePerformance on pan
Background surface visibility is a user setting in my application, probably I've profiled the application with background turned on.Here a recap of my attempts:Remove the...
View ArticleHide label of lineseries
Hello Ramaka, I am not able to reproduce the mentioned issue. Setting visible false to the series labels, hides them properly on my side. The chart below renders like this -...
View ArticleDynamically generated columns in radgrid disappear after postback
Hi Nader, If your RadGrid structure will be changed dynamically, you need to follow the exact steps listed in the following help article:Changing the Grid Structure Dynamically on Postback As you will...
View ArticleKendo Grid With Multiple Objects
Hello Brian, This is not supported, due to the strongly typed nature of the Grid builders. I would recommend creating a new ViewModel that contains the fields that you are interested in displaying....
View Article