Using Asp.net Ajax. Below is the prototype.
https://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-hierarchy/defaultcs.aspx
My question is that I would like to high light the Last edited/inserted row in Child Table's. Refer to attached.
Thanks a lot.
I'm attempting to use the RadMonthYearPicker inside of a RadGrid EditItemTemplate in BatchEdit mode and I'm having an issue getting the picker to accept and exit all forms of it's editors when the user clicks 'OK'
I've attached a screenshot to help illustrate what I mean.
I have a OnBatchEditCellValueChanged function that then validates the date selected and pulls some DB values to other columns.
I have everything working like I want it accept when using the picker you have to manually click off the row before the changed event will fire.
I've tried several different methods of moving the cursor, setting focus, blurs, saving the table via batch manager and I'm sure a few other things and haven't had success yet.
Any direction at this point would be much appreciated.
Hi Team,
Is it possible to stack or group series on the DonutSeries?
Is there a way to add borderstyle instead of the background color?
Please see screenshot.
I've been trying to change the selected the item in a radcombox using the following java script code and none of it works:
var
comboBox = <%=rc1.ClientID %>;
comboBox.set_Text =
""
;
//document.getElementById("<%=rc1.ClientID %>").value = "";
var
ddlQType = $find(
"<%=rc1.ClientID%>"
);
ddlQType._text =
""
;
ddlQType.set_selectedItem =
""
;
What am I doing wrong?
Thanks
Hello,
I have a user registration web form page where users have to enter specific fields.
I go through and fill out the info but when I leave a required field blank I have a server side error check. When it does the error check I lose the document within my radAsyncUpload control. The file is already saved in the App_Data till I save it when the post is error free.
Can the control hold the file information till an error free post back is made?
I don't want my users to have to select their file multiple times.
Thank you,
Jerry
According to the documentation there should be a way to set the location of the axis label position via property
Telerik.Web.UI.HtmlChart.AxisLabelPosition.
Which allow the values of: OnAxis, Start, or End
It is demonstrated in this demo.
My version does not have that property. I am running "Telerik UI for ASP.NET AJAX R2 2018".
Do I need a newer version?
Thanks,
Mike H