HI,
I'm using rad grid with grouping, i've grouped two columns.
Now i want to give two different colors to those two grouped (App Type, Status) columns.
I need Black color font for Status and Blue color font for App Type.
How to achieve this, please help.
Thanks

I have a radgrid with several rows. I want to allow the user to edit specific rows but not others. The other rows I need to calculate based on users input. I have all this working but I need to figure out how to keep the user from having access to edit the rows that I am editing client-side based on there input.
Example (ASP.Net AJAX):
Rows 1-5 are editable by the user
Rows 6 and 7 are calculated based on 1-5 and I am doing the calculation client-side via OnBatchEditCellValueChanged event.
I need to some how disable the ability of the user to edit rows 6 and 7 without loosing the ability to to calculate and update via the event.
Can I use the event OnBatchEditOpening and set args.get_cancel(true) based on the user clicking in rows 6 or 7? I have tried this but failed to get it to work. If this is possible? Please provide a sample of the script if so.
Thanks,
Jerry
<p>Hi,</p><p>After introducing the Telerik Library and adding Telerik grid to the existing .Net Web application, it causing to load the web page slow compared to the old application( without telerik library and telerik grid). Web page is taking almost 30s to render and the DB returning the data within 3s. </p><p>Please provide us the performance improvement steps to introduce telerik to old web application.</p><p>Thanks.</p>
Below are the few additional details on the Light House Report:
Report when RenderMode="Light Weight"
Performance score.
Avoid an excessive DOM size 5,611 elements
Report when RenderMode="Classic"
Avoid an excessive DOM size 5,608 elements
Below is the screenshot of the execution time taken with telerik grid in the page.

Hi,
After introducing the Telerik Library and adding Telerik grid to the existing .Net Web application, it causing to load the web page slow compared to the old application( without telerik library and telerik grid). Web page is taking almost 30s to render and the DB returning the data within 3s.
Please provide us the performance improvement steps to introduce telerik to old web application.
Thanks.

Migarted Classic RadTabstrip to Ajax Suite, after that not able to view tabstrips.Using Telerik R32020 version with .Net Framework 4.8.
<telerik:RadAjaxPanel runat="server"> <div style="float: left"> <telerik:RadTextBox runat="server" EmptyMessage="Enter Tag" ID="TagName" MaxLength="255" ClientEvents-OnKeyPress="AddTag"> </telerik:RadTextBox> </telerik:RadAjaxPanel> </div> <div class="bds_section clear"> <telerik:RadTabStrip ID="RadTabStrip1" Skin="MyCustomSkin" EnableEmbeddedSkins="False" CausesValidation="False" MultiPageID="RadMultiPage1" SelectedIndex="0" runat="server" > <Tabs> <telerik:RadTab PageViewID="SummaryPageView" meta:resourceKey="ChangeSummaryTab" runat="server"></telerik:RadTab> <telerik:RadTab PageViewID="DetailPageView" Visible="false" meta:resourceKey="CurrentRecordTab" runat="server"></telerik:RadTab> <telerik:RadTab PageViewID="DuplicatesPageView" ForeColor="Red" Visible="false" meta:resourceKey="DuplicatesTab" runat="server"></telerik:RadTab> </Tabs> </telerik:RadTabStrip> <telerik:RadMultiPage id="RadMultiPage1" runat="server" SelectedIndex="0"> <telerik:RadPageView ID="SummaryPageView" runat="server"> </telerik:RadPageView> <telerik:RadPageView id="DetailPageView" runat="server"> </telerik:RadPageView> <telerik:RadPageView id="DuplicatesPageView" runat="server"> </telerik:RadPageView> </telerik:RadMultiPage>RadTabstrip is not rendered in the Page and no data is shown related to the control .No errors in the console.
Attached screenshot(TabStrip.png) is the Expected view when using Classic RadTabstrip.
But its not working in Ajax suite Controls.
Can anyone please help what is causing issue?
Hello
I'm using a RadStrip with a Multipage that conatins two PageViews. (version 2020.1.219.45)
I'm loadig a PDF file on RadPageView2 and it works fine. However, when I switch to RadPageView1 and switch back to RadPageView2, the PDF disapears. It keeps the dark grey backcolor like an empty PDF document. If I resize the browser the PDF is visible again.
It seems this only happends with PDF Files, If I load an Internet Web Page there is no problem at all.
Not shore if you already face this issue with PDF.
Meanwhile I'm trying a workaroud for force a window resize by code.
Please let me know if you have any idea about this.
Regards

Hi Guys
I have a quick question, I have created a page with to RadTextBoxes
1 is set as a Input Field, second one is a multiline and read only. What I try is
I load some text into the readonly RadTextBox, then i search for a text I type into the first RadTextBox, I get back the index of the Textstart I was looking for. So far so good
Now I would like to place the Cursor to the text I am serching for in the readonly textBox and mark the text.
how can I go this?
Many thanks for all who van help

Hello
I've created a simple project with Telerik editor in page. I've added a dropdown that on SelectedIndexChanged would update a label's text on page through ajax.
While EnableHandlerEncryption is enabled in web.config, Editor's font dropdowns will get unresponsive after ajax update.
I've created a simple project to demonstrate the issue. since the compressed project size is 59MBs I'll post each part in separate replies.
am I missing something that causes this issue to happen?
I'm looking to see if there is a way to copy the current image that is in the RadImageEditor into clipboard, and also be able to replace it using Paste.