Hello.
Attacted File : Res27_aspx.txt, Res27_aspx_cs.txt, Problem.png
I wrote the code as you taught me.
But, I wrote the code as you taught, But it doesn't work.
I have attached the file in question.
Question 1 ) Click the link below.
https://www.telerik.com/forums/in-radgrid-backcolor-of-selected-cell#1550610
I wrote the code as you taught me.
However, if I write the code as you taught, it doesn't work.
Please check the attached files Res27.aspx and Res27.aspx.cs to see what the problem is.
In Res27.aspx, The code below is written.
html body .RadGrid .pinkCell{
background-image:none;
background-color: lightpink;
}
In Res27.aspx.cs, The code below is written.
item.CssClass = "pinkCell";
Question 2) Click the link below.
https://www.telerik.com/forums/radgrid#1552730
Please check the attached file (Res27.aspx, Res27.aspx.cs)
setTimeout(function() { sender.get_masterTableView().fireCommand("cellSelected", output);})
In Attached file Res27.aspx, There is function cellSelected(sender, args).
In Attached file Res27.aspx.cs , There is if (e.CommandName == "cellSelected").
Please check the attached file Res27.aspx , Res27.aspx.cs.
Question 3) Click the link below.
https://www.telerik.com/forums/gap-between-radgrid-and-radtextbox#1553328
There is a gap between the Radgrid and RadTextbox.
I want there to be no gap between the grid and the box.
In Attached file Res27.aspx , There is
<telerik:GridTemplateColumn DataField="D0_T1" HeaderText="1T" Visible="true" ColumnGroupName="D0"><HeaderStyle Width="65px" CssClass="main_column_header2" HorizontalAlign="Center" VerticalAlign="Middle" Font-Size="11px"/>
<ItemStyle Width="65px" CssClass="rgAltRow" HorizontalAlign="Center" VerticalAlign="Middle" Height="22px" BackColor="White" />
<ItemTemplate>
<telerik:RadTextBox ID="D0_T1" runat="server" Text='<%#Bind("D0_T1")%>' MaxLength="4" Style="text-align: center" Width="60px" ></telerik:RadTextBox>
</ItemTemplate>
</telerik:GridTemplateColumn>
Still not resolved.
Telerik is so inconvenient.
keep waiting for an answer.